basic-react-cli
v1.0.5
Published
A basic cli for creating and scaffolding files for react project. install basic-react-cli -g, usage 'rt' new <projectName>
Downloads
4
Readme
Basic React - CLI
Simple cli to scaffold a react project (with a optional Preprocessor).
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Installing
Install the cli globally on your local computer.
npm install basic-react-cli -g
or using yarn
yarn add basic-react-cli -g
Basic usage
Works best using cmd for windows users.
Create new project
Run the following command and select features.
rt new <projectName>
Scaffold component
To generate a new component
rt g component <name>
To create a new container
rt g container <name>
Authors
- Andri Andreson
Acknowledgments
- Initial project is scaffolded using Create-React-App eject method.