rxd-cli
v1.0.4
Published
A CLI to bootstrap new React projects
Downloads
4
Readme
Boilerplate cli
The BOILERPLATE
will help you to generate a react project with existing files and configurations.
Usage
npm i rxd-cli -g
if it does not work(because -g is depracated), try this:
npm i rxd-cli --location=global
Create a project
rxd-create-app <project-name>