UNPKG

1.46 kBtext/x-handlebars-templateView Raw
1{{pkg.name}}
2==========
3
4[![Build Status][my_travis_badge_url]][my_travis_url]
5[![Code Climate][my_codeclimate_badge_url]][my_codeclimate_url]
6[![Code Coverage][my_codeclimate_coverage_badge_url]][my_codeclimate_url]
7[![npm version][my_npm_budge_url]][my_npm_url]
8
9{{pkg.description}}
10
11
12Usage
13----
14
15### Measure coverage.
16
17```javascript
18{{{read 'docs/examples/example-measure-coverage.js'}}}
19```
20
21
22Installation
23----
24
25```javascript
26$ npm install {{pkg.name}} --save
27```
28
29
30License
31-------
32This software is released under the [MIT License][my_license_url].
33
34
35Links
36------
37
38{{#each links}}+ [{{@key}}]({{{this}}})
39{{/each}}
40
41
42[npm_url]: https://www.npmjs.org/
43[my_repo_url]: https://github.com/ape-repo/{{pkg.name}}
44[my_travis_url]: http://travis-ci.org/ape-repo/{{pkg.name}}
45[my_travis_badge_url]: http://img.shields.io/travis/ape-repo/{{pkg.name}}.svg?style=flat
46[my_license_url]: https://github.com/ape-repo/{{pkg.name}}/blob/master/LICENSE
47[my_codeclimate_url]: http://codeclimate.com/github/ape-repo/{{pkg.name}}
48[my_codeclimate_badge_url]: http://img.shields.io/codeclimate/github/ape-repo/{{pkg.name}}.svg?style=flat
49[my_codeclimate_coverage_badge_url]: http://img.shields.io/codeclimate/coverage/github/ape-repo/{{pkg.name}}.svg?style=flat
50[my_coverage_url]: http://ape-repo.github.io/{{pkg.name}}/coverage/lcov-report
51[my_npm_url]: http://www.npmjs.org/package/{{pkg.name}}
52[my_npm_budge_url]: http://img.shields.io/npm/v/{{pkg.name}}.svg?style=flat
53
54
\No newline at end of file