technostacks-react-boilerplate-cli
v1.0.1
Published
`technostacks-react-boilerplate-cli` is a command-line tool to create a new project from a React TypeScript boilerplate template. It sets up the project structure, initializes a Git repository with `main` and `develop` branches, and optionally installs de
Downloads
7
Readme
technostacks-react-boilerplate-cli
technostacks-react-boilerplate-cli
is a command-line tool to create a new project from a React TypeScript boilerplate template. It sets up the project structure, initializes a Git repository with main
and develop
branches, and optionally installs dependencies using the specified package manager.
Usage
To create a new project, run the following command:
npx technostacks-react-boilerplate-cli
To create a new project and install the package using your preferred package manager, run the following command:
npx technostacks-react-boilerplate-cli --manager={npm,yarn,pnpm}