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.
recodeClone 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 build
