project bootstrap cli
1.0.0
A CLI tool to quickly generate the boilerplate code required for a Project

Install this CLI with npm
npm i recode-cli -gUse AnyWhere by running.
recode
Clone the project
git clone https://github.com/Meditatingpanda/project-bootstrap-cli.gitGo to the project directory.
cd project-bootstrap-cliInstall dependencies
yarn installStart the the local CLI
yarn startTo generate the build files
yarn buildMIT