console-log-cmd

1.0.3 • Public • Published

console-log-node

console log nodejs

Install

Install with npm:

$ npm install --save console-log-cmd

Examples

const { info, success, warn, error} = require('./log');
info('info!');
success('success!');
warn('[module]', 'warn!');
error('[module]', 'error!');

Readme

Keywords

Package Sidebar

Install

npm i console-log-cmd

Weekly Downloads

3

Version

1.0.3

License

ISC

Unpacked Size

1.44 kB

Total Files

3

Last publish

Collaborators

  • maweimaweima