0.1.1 • Published 8 years ago

gen-defaults v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

gen-defaults NPM version Build Status

Generic default settings for 'generate' generators.

You might also be interested in generate.

Install

Install with npm:

$ npm i gen-defaults --save

Usage

In your generate, verb, or (soon) assemble generator:

app.extendWith('gen-defaults');

Related projects

  • assemble: Assemble is a powerful, extendable and easy to use static site generator for node.js. Used… more | homepage
  • generate: Fast, composable, highly extendable project generator with a user-friendly and expressive API. | homepage
  • verb: Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… more | homepage

Generate docs

Generate readme and API documentation with verb:

$ npm i -d && npm run docs

Or, if verb is installed globally:

$ verb

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright © 2016 Jon Schlinkert Released under the MIT license.


This file was generated by verb, v0.1.0, on February 12, 2016.