CLI for your create-t3-app project
npm install t3-clit3-cliCLI for your create-t3-app projects.
``shell``
pnpm install -g t3-cli
t3-cli --help
Checks your code for common errors like environment variables that weren't declared on your schema files.
Currently, it shows the installed packages that you have. The option to add a package will be added soon.
Currently, the CLI relies on your project being created with t3-oss/create-t3-app. Support for largely different file structures will be added at a later time.
It's the BSD-3-Clause license.