Skip to content

Commit

Permalink
Add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Mar 26, 2016
1 parent 8dfadd2 commit bcd3a58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Exactly

[![Build Status][travis-image]][travis-url]
[![Coverage Status][coverage-image]][coverage-url]
[![npm][version-image]][version-url]
[![npm][license-image]][license-url]

Exactly extends npm to shrinkwrap dependencies by their SHA1 hash. This ensures
that package data downloaded by npm exactly matches the packages at the time of
shrinkwrapping.
Expand Down Expand Up @@ -58,3 +63,12 @@ npm info lifecycle qs@6.1.0~postinstall: qs@6.1.0
npm info ok
```

[travis-image]: https://img.shields.io/travis/chromakode/exactly/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/chromakode/exactly
[coverage-image]: https://img.shields.io/coveralls/chromakode/exactly/master.svg?style=flat-square
[coverage-url]: https://coveralls.io/github/chromakode/exactly?branch=master
[version-image]: https://img.shields.io/npm/v/exactly.svg?style=flat-square
[version-url]: https://www.npmjs.com/package/exactly
[license-image]: https://img.shields.io/npm/l/exactly.svg?style=flat-square
[license-url]: https://github.com/chromakode/exactly/blob/master/LICENSE

0 comments on commit bcd3a58

Please sign in to comment.