1.0.0 • Published 1 year ago

ca-react-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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-cli

Usage

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 (for create command).

License

This project is licensed under the MIT License - see the LICENSE.md file for details.