npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

gulp-verb

0.3.0

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:36
$ npm install gulp-verb
DailyWeeklyMonthlyYearly

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

npm

npm i 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('./'));
});

Authors

Jon Schlinkert

  • github/jonschlinkert
  • twitter/jonschlinkert

Brian Woodward

  • github/doowb
  • twitter/doowb

License

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


This file was generated by gulp-verb on July 09, 2014.