logger-facade-express
v1.0.0
Published
Logger Facade Express middleware
Downloads
2
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-express
Contributing
- 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 bump
Bump Minor version
$ grunt bump:minor
Bump Major version
$ grunt bump:major
Running Specs
$ npm test
Coverage 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