Verb plugin that adds repository and package.json data to the context for rendering templates.
npm install verb-repo-data> Verb plugin that adds repository and package.json data to the context for rendering templates.
Install with npm:
``sh`
$ npm install --save verb-repo-data
Use as a plugin in your verb generator.
`js`
module.exports = function(app) {
app.use(require('verb-repo-data'));
};
Visit verb for more details and API documentation.
* 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-readme-generator: Generate your project's readme with verb. Requires verb v0.9.0 or higher. | 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.
| Commits | Contributor |
| --- | --- |
| 44 | jonschlinkert |
| 5 | doowb |
_(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)_
To generate the readme, run the following command:
`sh`
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Install dev dependencies:
`sh``
$ npm install && npm test
Jon Schlinkert
* github/jonschlinkert
* twitter/jonschlinkert
Copyright © 2017, Jon Schlinkert.
Released under the MIT license.
*
_This file was generated by verb-generate-readme, v0.4.1, on January 27, 2017._