npmlog-file

0.1.4 • Public • Published

npmlog-file

Build Status

Easily write npmlog output to a file in the same format as it logs to the screen

Install

$ npm install --save npmlog-file

Usage

var log = require('npmlog');
var logfile = require('npmlog-file')
 
// write everything npmlog has logged thus far to log.txt
logfile.write(log, 'log.txt');
 

Package Sidebar

Install

npm i npmlog-file

Weekly Downloads

85

Version

0.1.4

License

MIT

Last publish

Collaborators

  • xtuple