generator
generator copied to clipboard
Language agnostic project bootstrapping with an emphasis on simplicity.
supporting variable folder names such that you could setup the file structure without needing to do a bunch of renaming right at the start.
When providing a project name with a hyphen, it gets escaped in all instances. ``` generate -t npm -n my-mod ``` turns in to package.json ``` ... "name": "my\-mod", ......
``` C:\Windows\system32>npm install -g generator npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue C:\Users\Stef\AppData\Roaming\npm\generate -> C:\Users\Stef\AppData\Roaming\npm\node_modules\generator\bin\index.js C:\Users\Stef\AppData\Roaming\npm\generator -> C:\Users\Stef\AppData\Roaming\npm\node_modules\generator\bin\index.js C:\Users\Stef\AppData\Roaming\npm `--...
I wasn't able to copy template which actually was a symlink to my project, fs-extra doesn't seem to have such feature, plus wrench adds some more possibilities - like filtering,...
Not sure if this is specific to windows or not but the walk.js won't walk the folder structure on a windows machine. I' working on a fix by upgrading to...
Would make it super fast if I could just hit enter for some of the prompts. `GENERATOR_AUTHOR=drk` => `__author__` And something like? ``` > generate -t npm -n test author...