Use this generator to add some common default settings to your 'generate', verb, and assemble generators.
You might also be interested in generate.
(TOC generated by verb using markdown-toc)
Install with npm:
$ npm install --save generate-defaults
Register as a plugin in your generator:
module.exports = function(app) {
app.use(require('generate-defaults'));
// do generator stuff
};
- Loads the common-middleware plugin
- Loads the common-questions plugin
- Loads the verb-repo-data plugin, to add repository data to the context
- Registers engine-base as the default template engine
- Registers template-helpers as the default template engine
- Registers a
check-directory
task, which prompts the user if they want to procede when a directory has files in it.
Any of these features can be overridden after this plugin is registered.
- assemble: Get the rocks out of your socks! Assemble makes you fast at creating web projects… more | homepage
- generate: Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the… more | homepage
- verb: Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… more | homepage
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.1.31, on September 19, 2016.