A cli tool to quickly generate the boilerplate code required for a Project
npm install recode-cliA cli tool to quickly generate the boilerplate code required for a Project
Install this cli with npm
``bash`
npm i recode-cli -g
Use AnyWhere by running
`bash`
recode

Clone the project
`bash`
git clone https://github.com/Meditatingpanda/project-bootstrap-cli.git
Go to the project directory
`bash`
cd project-bootstrap-cli
Install dependencies
`bash`
yarn install
Start the the local CLI
`bash`
yarn start`
To generate the build filesbash``
yarn build