You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This generator creates a new Node.js module, generating all the boilerplate you need to get started with best-of-breed from the gulp ecosystem. The generator also optionally installs additional gulp plugins, see the list below.
Installation
Install the generator by running: npm install -g generator-node-gulp.
Options
--test-framework=[framework]
Defaults to mocha. Can be switched to
another supported testing framework like jasmine.
--skip-install
Skips the automatic execution of bower and npm after
scaffolding has finished.
Features
Customize the dependencies prompt by editing the settings.json file see.
You can customize the dependencies prompt by editing the settings.json. The file is located in the root of the generator-node-gulp /usr/local/lib/node_modules/generator-node-gulp/.
At the command-line, cd into an empty directory, run this command and follow the prompts.
yo node-gulp
Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.
Support
Should you have any problems or wishes for improvements, feel free to open an issue.
Articles
Some recommended articles to get you started with node.