Skip to content

Commit

Permalink
Update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
tormozz48 committed Mar 31, 2015
1 parent aa662bf commit cc76a17
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# snapshot-master
Tools for suitable snapshot manipulation

[![Coveralls branch](https://img.shields.io/coveralls/bem-site/snapshot-master/master.svg)](https://coveralls.io/r/bem-site/snapshot-master?branch=master)
[![Travis](https://img.shields.io/travis/bem-site/snapshot-master.svg)](https://travis-ci.org/bem-site/snapshot-master)
[![David](https://img.shields.io/david/bem-site/snapshot-master.svg)](https://david-dm.org/bem-site/snapshot-master)
[![David](https://img.shields.io/david/dev/bem-site/snapshot-master.svg)](https://david-dm.org/bem-site/snapshot-master#info=devDependencies)

## Testing

Run tests:
```
npm run mocha
```

Run tests with istanbul coverage calculation:
```
npm run istanbul
```

Run codestyle verification (jshint and jscs)
```
npm run codestyle
```

Maintainer @tormozz48
Please send your questions and proposals to: tormozz48@gmail.com

0 comments on commit cc76a17

Please sign in to comment.