recode-cli
v1.0.4
Published
A cli tool to quickly generate the boilerplate code required for a Project
Downloads
16,107
Maintainers
Readme
Project-template-cli
A cli tool to quickly generate the boilerplate code required for a Project
Installation
Install this cli with npm
npm i recode-cli -g
Use AnyWhere by running
recode
Screenshots
Run Locally
Clone the project
git clone https://github.com/Meditatingpanda/project-bootstrap-cli.git
Go to the project directory
cd project-bootstrap-cli
Install dependencies
yarn install
Start the the local CLI
yarn start
To generate the build files
yarn build