https://github.com/voidcoefficient/t3-cli
Tools for the T3 stack
https://github.com/voidcoefficient/t3-cli
Last synced: 4 months ago
JSON representation
Tools for the T3 stack
- Host: GitHub
- URL: https://github.com/voidcoefficient/t3-cli
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2022-09-17T08:19:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T16:58:47.000Z (over 3 years ago)
- Last Synced: 2025-09-19T06:21:02.600Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# the `t3` cli
CLI for your create-t3-app projects.
## Installing and Usage
```shell
pnpm install -g t3-cli@latest
t3 --help
```
```
Usage: t3-tools [commands]
A CLI for the T3 Tools
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
packages Check if all packages are installed
check Runs checks on your codebase
help [command] display help for command
```
## Features
### `t3 check`
Checks your code for common errors like environment variables that weren't declared on your schema files.
### `t3 packages`
Currently, it shows the installed packages that you have. The option to add a package will be added soon.
### `t3 migrate [package]`
Runs the migrations for the specified package. If no package is specified, it will default to the latest updated
package.
## Limitations
Currently, the CLI relies on your project being created with [t3-oss/create-t3-app](https://github.com/t3-oss/create-t3-app). Support for largely different file structures will be added at a later time.
## License
It's the [BSD-3-Clause](LICENSE) license.