@bbgrabbag/create-react-lite-app
v1.1.0
Published
Bash script for creating instances of lightweight React boilerplate code
Downloads
7
Readme
React Lite CLI
Author: bbgrabbag
Description
A lightweight alternative to Facebook's CLI Create React App.
Allows for a simple installation of a development-ready React environment.
See the actual boilerplate HERE
Quick Install
npm install -g @bbgrabbag/create-react-lite-app
create-react-lite-app </path/to/dest>
API
create-react-lite-app </path/to/dest> [,-dep <dependency>...(limit 10)]
If you wish to install extra dependencies (Axios or Redux for example) you can specify them under the -dep
flag. After the boilerplate downloads, the script will run npm install --save
on all listed dependencies.
NOTE
There is a limit of 10 dependencies that can be listed under the -dep
flag;