verb-log

Logging for Verb.

MIT 2 个版本
安装
npm install verb-log
yarn add verb-log
pnpm add verb-log
bun add verb-log
README

verb-log NPM version

Logging for Verb.

Install with npm

$ npm i verb-log --save

Usage

var verb = require('verb');
var log = require('verb-log');

verb.task('default', function () {
  verb.src('*.md')
    .pipe(verb.dest('foo'))
    .on('err', log);
});
  • assemble: Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… more
  • time-stamp: Get a formatted timestamp.
  • template: Render templates using any engine. Supports, layouts, pages, partials and custom template types. Use template… more
  • verb: Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… more

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

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

Author

Jon Schlinkert

License

Copyright © 2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on May 27, 2015.

版本列表
0.2.0 2015-05-28
0.1.0 2015-05-01