Once both [generate][] and {%= name %} are installed globally, run the following command to run this generator's default task:
$ gen breakdanceAll tasks beside the default task are run by appending the task name to breakdance:.
{%= apidocs('generator.js') %}
To extend your own generator with the tasks and functionality of {%= name %}, inside your generator add the following line of code:
app.use(require('{%= name %}'));