Voby CLI
A centralized list of Voby Js project templates in neat lightweight cli-tool wrapped around degit.
Usage
npm init voby <app-name>
– initializes a voby project with the template choosen into a new folder.
npm init voby <app-name> [template]
– initializes a voby project with the given template into a new folder.
How to add your template
-
Fork the repo
-
Add your own template into the templates.json file
-
Create a pull request.
Guidelines
-
If you are making a template which is a no-config template please add a
easy-
prefix to it -
Don’t remove or replace other templates from the list without an explicit reason.
-
Remember to take a look into the pull requests first before deciding to make a new template in order to reduce the amount of duplicate pull requests.
License
MIT License