Skip to content

Commit

Permalink
docs(readme): add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Motte committed Oct 11, 2017
1 parent eec28ca commit ce6e107
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [<img src="logo.png" alt="quark-log" width="200">](https://github.com/fm-ph/quark-log)

[![build status][travis-image]][travis-url]
[![stability][stability-image]][stability-url]
[![npm version][npm-image]][npm-url]
[![js-standard-style][standard-image]][standard-url]
[![semantic-release][semantic-release-image]][semantic-release-url]

Simple configurable logging module.

___This package is part of `quark` framework but it can be used independently.___
Expand Down Expand Up @@ -256,3 +262,14 @@ npm run test:coverage
## License

MIT [License](LICENSE.md) © [Patrick Heng](http://hengpatrick.fr/) [Fabien Motte](http://fabienmotte.com/)

[travis-image]: https://img.shields.io/travis/fm-ph/quark-log/master.svg?style=flat-square
[travis-url]: http://travis-ci.org/fm-ph/quark-log
[stability-image]: https://img.shields.io/badge/stability-stable-brightgreen.svg?style=flat-square
[stability-url]: https://nodejs.org/api/documentation.html#documentation_stability_index
[npm-image]: https://img.shields.io/npm/v/quark-log.svg?style=flat-square
[npm-url]: https://npmjs.org/package/quark-log
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: https://github.com/feross/standard
[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square
[semantic-release-url]: https://github.com/semantic-release/semantic-release

0 comments on commit ce6e107

Please sign in to comment.