rator
v1.0.1-a
Published
A library to create simple generator!
Downloads
1
Readme
Rator
A library to create simple generator!
The project is in alpha stage, so many things can be added and corrected until the first final version.
Node support: 0.10.x, 0.11.x
Install
Install rator with npm:
$ npm install rator
Usage
var $ = require('rator')(__dirname);
$.wrap([
$.ask('appname', "What's name project?"),
$.template('package.json'),
$.template('bower.json'),
$.copy('.gitignore'),
$.mkdir('public'),
$.mkdir('public/script'),
$.mkdir('public/style')
]);
Contributing
To contribute to rator, clone this repo locally and commit your code.
Please check that everything works before opening a pull-request.
License
Rator is licensed under the MIT License