Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

gulp-verb

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-verb

Gulp plugin for Verb, the zero-configuration markdown docs generator for Node.js.

Source
npmnpm
Version
0.2.2
Version published
Maintainers
2
Created
Source

gulp-verb NPM version

gulp plugin for Verb

  • Get verb-cli to use Verb from the command line
  • Get generator-verb to add documentation templates, or initialize docs for new projects
  • Get grunt-verb for your Grunt build-chain.

Install

Install gulp-verb as a development dependency:

npm install gulp-verb --save-dev

Usage

Add verb to your gulpfile.js:

var verb = require("gulp-verb");

gulp.task('verb', function () {
  gulp.src(['.verbrc.md'])
    // dest filename is defined in options,
    // otherwise gulp will overwrite .verbrc.md
    .pipe(verb({dest: 'README.md'}))
    .pipe(gulp.dest('./'));
});

Author

Brian Woodward

License

Copyright (c) 2014 Brian Woodward, contributors.
Released under the MIT license

This file was generated by verb-cli on May 05, 2014.

Keywords

docs

FAQs

Package last updated on 05 May 2014

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