New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

verb-repo-helpers

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verb-repo-helpers

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

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

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

  • verb-defaults: Plugin for setting basic defaults in verb projects. | homepage
  • verb-readme-generator: Generate your project's readme with verb. Requires verb v0.9.0 or higher. | homepage
  • verb-repo-data: Verb plugin that adds repository and package.json data to the context for rendering templates. | homepage
  • verb: Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… more | homepage

Contributing

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

Contributors

CommitsContributor
24jonschlinkert
5doowb

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.

Keywords

api docs

FAQs

Package last updated on 30 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts