Skip to content

Commonly used helpers for adding repository-related data to templates in verb projects.

License

Notifications You must be signed in to change notification settings

verbose/verb-repo-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 30, 2018
20fde51 · May 30, 2018

History

40 Commits
Aug 21, 2017
May 30, 2018
May 30, 2018
Apr 7, 2016
May 30, 2018
May 30, 2018
May 30, 2018
Apr 13, 2016
May 30, 2018
Aug 27, 2017
May 30, 2018
May 30, 2018
May 30, 2018
May 30, 2018

Repository files navigation

verb-repo-helpers NPM version NPM monthly downloads NPM total downloads Linux Build Status Windows Build Status

Commonly used helpers for adding repository-related data to templates in verb projects.

Install

Install with npm:

$ npm install --save verb-repo-helpers

Install with yarn:

$ yarn add verb-repo-helpers

Usage

var verb = require('verb');
var helpers = require('verb-repo-helpers');

var app = verb();
app.use(helpers);

Generator usage

In your verb generator:

module.exports = function(app) {
  app.use(require('verb-repo-helpers'));
};

About

Related projects

Contributing

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

Contributors

Commits Contributor
24 jonschlinkert
5 doowb

Building docs

(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:

$ npm install -g verbose/verb#dev verb-generate-readme && verb

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT License.


This file was generated by verb-generate-readme, v0.6.0, on August 26, 2017.

About

Commonly used helpers for adding repository-related data to templates in verb projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published