1.0.0 • Published 8 years ago
@hiworkers/logger v1.0.0
Hiworkers Logger
A small library to import in Hiworkers projects to have a common logger
Publish
To publish to npm, you need to login with hiworkers account `sh $ npm login
hiworkers
$ npm publish `
Installation
npm install @hiworkers/logger
Usage
var logger = require('@hiworkers/logger');
logger.info();
logger.error();
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.