1.0.6 • Published 5 years ago
cli-reactjs v1.0.6
React CLI
A simple CLI for React...
Install Globally
npm install -g cli-reactjs
Install Locally
npm install cli-reactjs
How to use?
Just use one of these three commands to get a basic React component and its correspondant SASS file.
To create a functional component use:
rc gfc
To create a class component use:
rc gcc
Or you can simply use:
rc gc