An open API service indexing awesome lists of open source software.

https://github.com/ccrisrober/monkeybrush-generator


https://github.com/ccrisrober/monkeybrush-generator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# monkeybrush-generator
Create fresh [monkeybrush](https://github.com/maldicion069/monkeybrush.js) project!

## How to use

### Install
```bash
npm install -g monkeybrush-generator
```

### Create new project
``` bash
mkdir myproject && cd myproject
monkeybrush-generator
npm install
```