Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtoxin/birth
simple boilerplate generator
https://github.com/airtoxin/birth
Last synced: about 9 hours ago
JSON representation
simple boilerplate generator
- Host: GitHub
- URL: https://github.com/airtoxin/birth
- Owner: airtoxin
- License: mit
- Created: 2014-12-29T07:27:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T15:17:47.000Z (over 9 years ago)
- Last Synced: 2024-10-07T17:09:18.010Z (30 days ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#birth
simple boilerplate generator
##Install
`npm install -g birth`##Help
```
Usage: birth [options] [command]Commands:
init (re)set inilial settings
generate|gen [options] generate named boilerplate
list list available boilerplates
regist regist new boilerplate from pathOptions:
-h, --help output usage information
-V, --version output the version number
```##Use
1. Run `birth init` and enter the boilerplates store path.
2. Create your own boilerplates
3. Regist boilerplate by `birth regist `
4. Use your boilerplate by `birth generate `