Socket
Book a DemoInstallSign in
Socket

verb-log

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verb-log

Logging for Verb.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 28 May 2015

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