Use this generator to add some common default settings to your 'generate', verb, and assemble generators.
npm install generate-defaults> Use this generator to add some common default settings to your 'generate', verb, and assemble generators.
You might also be interested in generate.
- Install
- Usage
- What does this do?
- About
* Related projects
* Contributing
* Building docs
* Running tests
* Author
* License
_(TOC generated by verb using markdown-toc)_
Install with npm:
``sh`
$ npm install --save generate-defaults
Register as a plugin in your generator:
`js`
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:
`sh`
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
`sh``
$ npm install -d && npm test
Jon Schlinkert
* github/jonschlinkert
* twitter/jonschlinkert
Copyright © 2016, Jon Schlinkert.
Released under the MIT license.
*
_This file was generated by verb-generate-readme, v0.1.31, on September 19, 2016._