Evolution Generator
This generator will dynamically find & list all available Evolution framework to use.
The generators themselves are housed within each project, so this project is little more than an entry-point to them.
$ npm install -g yo
$ npm install -g generator-evolveTo dynamically choose which type of project to scaffold:
$ yo evolveIf you want to scaffold one in particular, you may specify it:
$ yo evolve wordpressWhen testing this project:
$ cd ~/path/to/evolution/generator-evolve
$ npm link .
$ yo evolveWhen testing this sub-generators, you can manually specify the framework's path:
$ yo evolve wordpress --framework-path=~/path/to/evolution/wordpressframework-path defaults to Yeoman's cache: ~/.cache/yeoman/evolution/{{ project }}/{{ tag }}