1.0.0 • Published 8 years ago

logger-facade-express v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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