yeoman-conductor
v0.0.5
Published
A module that let's you run a yeoman generator from another one.
Downloads
6
Readme
yeoman-conductor
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.