1.0.1-a • Published 10 years ago

rator v1.0.1-a

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

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

1.0.1-a

10 years ago

1.0.0-a

10 years ago