
# Project-template-cli

A cli tool to quickly generate the boilerplate code required for a Project



## Installation

Install this cli with npm

```bash
  npm i recode-cli -g
```
 Use AnyWhere by running 

 ```bash
  recode
```

## Screenshots

<img width="768" alt="Screenshot 2022-10-15 at 11 32 19 PM" src="https://user-images.githubusercontent.com/83230804/196001575-daea5fb1-b129-43cd-92d7-d66938644e6f.png">




## Run Locally

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 files
```bash
   yarn build
```


## License

[MIT](https://choosealicense.com/licenses/mit/)

