logger-facade-express
v1.0.0
Published
Logger Facade Express middleware
Downloads
13
Maintainers
Readme
Logger Facade Express
HTTP request logger facade middleware for express inspired in expressjs/morgan package.
How to use it
Install it:
npm install logger-facade-nodejs
npm install logger-facade-expressContributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Bump versioning
We use grunt bump package to control package versioning.
Bump Patch version
$ grunt bumpBump Minor version
$ grunt bump:minorBump Major version
$ grunt bump:majorRunning Specs
$ npm testCoverage Report
We aim for 100% coverage and we hope it keeps that way! :)
Check the report after running npm test.
$ open ./coverage/lcov-report/index.html