t3-cua-tools
This is a VSCode extension that consists of a set of tools for apps created with the create-t3-universal-app tool or cloned from the CUA (create-universal-app) template. This is also fully compatible with the latest version of CUA that's using Expo Router. The public extension is live on the VSCode marketplace here. UsageNew ScreenInput the new screen name in CapitalizedCamelCase (i.e. the name that you would have used for the screen component). Subsequently this command will generate a new New ComponentInput the new component name in CapitalizedCamelCase. Subsequently this command will generate a new component under the New API RouteInput the new API route name in lowercaseCamelCase. Subsequently this command will generate a new router in the |