1.0.0 • Published 3 years ago
ca-react-cli v1.0.0
React Scaffolding CLI
This is a command-line interface (CLI) tool for scaffolding new React projects and components.
Installation
To install the CLI tool, run the following command:
npm install -g ca-cliUsage
To create a new React project, run the following command:
ca-cli create <projectName>To generate a new React component, run the following command:
a-cli component <componentName>Options
The following options are available:
--use-npm: Use npm instead of Yarn to install dependencies (forcreatecommand).
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
1.0.0
3 years ago