1.0.5 • Published 7 months ago

@turbostarter/cli v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Turbostarter CLI

Your TurboStarter assistant for starting new projects, adding plugins and more.

Installation

You can run commands using npx:

npx turbostarter <command>

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 to view the documentation.

License

Licensed under the GNU General Public License v3.0.

1.0.5

7 months ago

1.0.4

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

1.0.0

10 months ago