https://github.com/turbostarter/cli
Create your TurboStarter app with one command 🚀
https://github.com/turbostarter/cli
cli turbostarter
Last synced: 5 months ago
JSON representation
Create your TurboStarter app with one command 🚀
- Host: GitHub
- URL: https://github.com/turbostarter/cli
- Owner: turbostarter
- License: gpl-3.0
- Created: 2024-10-06T15:53:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-14T19:26:05.000Z (5 months ago)
- Last Synced: 2026-01-14T23:32:03.590Z (5 months ago)
- Topics: cli, turbostarter
- Language: TypeScript
- Homepage: https://turbostarter.dev
- Size: 124 KB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbostarter CLI
Your TurboStarter assistant for starting new projects, adding plugins and more.
## Installation
You can run commands using `npx`:
```
npx turbostarter
```
This ensures that you always run the latest version of the CLI.
## Usage
Running the CLI without any arguments will display the general information about the CLI:
```
Usage: turbostarter [options] [command]
Your Turbo Assistant for starting new projects, adding plugins and more.
Options:
-v, --version display the version number
-h, --help display help for command
Commands:
new create a new TurboStarter project
help [command] display help for command
```
### Creating a new project
To create a new TurboStarter project, run the following command:
```
npx turbostarter new
```
The CLI will ask you a few questions about the project (e.g. name, database, billing etc.) and then create a new project in the working directory.
The command will also install all dependencies and run the project setup scripts.
## Documentation
Visit [https://turbostarter.dev/docs/web/cli](https://turbostarter.dev/docs/web/cli) to view the documentation.
## License
Licensed under the [GNU General Public License v3.0](https://github.com/turbostarter/cli/blob/main/LICENSE).