rator

1.0.1-a • Public • Published

Rator NPM version

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1-a
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1-a
    2

Package Sidebar

Install

npm i rator

Weekly Downloads

2

Version

1.0.1-a

License

none

Last publish

Collaborators

  • alexandref93