rac-cli
v0.2.11
Published
CLI for @react-app-composer library
Downloads
5
Readme
React app composer CLI
Installation
npm i rac-cli -g
Commands
create-project
This command creates a project in the current directory or creates a directory, if you provide the name of your project to it.
rac create-project --name test-app --template BasicJS
create-module
This command creates a module in src/modules/${name}
rac create-module --name ExampleModule --template BasicJS