0.0.5 • Published 10 years ago

yeoman-conductor v0.0.5

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

yeoman-conductor Build Status

A module that let's you run a yeoman generator from another one.

Getting Started

Install the module with: npm install yeoman-conductor

var conductor = require('yeoman-conductor');

myGenerator.prototype.runOldGenerator = function() {
    var cb = this.async();
    var generator = conductor.run('generator-name', cb);
}

License

Copyright (c) 2013 Daniel Chatfield. Licensed under the MIT license.

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago