Skip to content

Commit

Permalink
docs(badge): add jest badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Oct 30, 2019
1 parent bce6453 commit f7909dc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
[![NPM version][npm-image]][npm-url]
[![NPM bundle size][npm-bundle-size-image]][npm-url]
[![npm download][download-image]][download-url]
[![jsdelivr][jsdelivr-image]][jsdelivr-url]
![][workflows-badge-image]
[![build status][travis-image]][travis-url]
[![libraries dependency status][libraries-status-image]][libraries-status-url]
[![libraries sourcerank][libraries-sourcerank-image]][libraries-status-url]
[![Coverage Status][coverage-image]][coverage-url]
[![Release date][release-date-image]][release-url]
[![jsdelivr][jsdelivr-image]][jsdelivr-url]
[![semantic-release][semantic-image]][semantic-url]
[![rollup][rollup-image]][rollup-url]
[![semantic-release][semantic-image]][semantic-url]
[![jest][jest-image]][jest-url]
[![npm license][license-image]][download-url]

This is a private javascript lib template for automatic test, release and so on. [Demo][github-pages-url]
Expand All @@ -24,6 +25,9 @@ This is a private javascript lib template for automatic test, release and so on.
[download-image]: https://img.shields.io/npm/dt/@cycjimmy/hello-github-package-npm
[download-url]: https://npmjs.org/package/@cycjimmy/hello-github-package-npm

[jsdelivr-image]: https://img.shields.io/jsdelivr/npm/hy/@cycjimmy/hello-github-package-npm
[jsdelivr-url]: https://www.jsdelivr.com/package/npm/@cycjimmy/hello-github-package-npm

[workflows-badge-image]: https://github.com/cycjimmy/hello-github-package-npm/workflows/Test%20CI/badge.svg
[travis-image]: https://img.shields.io/travis/cycjimmy/hello-github-package-npm
[travis-url]: https://travis-ci.org/cycjimmy/hello-github-package-npm
Expand All @@ -38,15 +42,15 @@ This is a private javascript lib template for automatic test, release and so on.
[release-date-image]: https://img.shields.io/github/release-date/cycjimmy/hello-github-package-npm
[release-url]: https://github.com/cycjimmy/hello-github-package-npm/releases

[jsdelivr-image]: https://img.shields.io/jsdelivr/npm/hy/@cycjimmy/hello-github-package-npm
[jsdelivr-url]: https://www.jsdelivr.com/package/npm/@cycjimmy/hello-github-package-npm

[rollup-image]: https://img.shields.io/github/package-json/dependency-version/cycjimmy/hello-github-package-npm/dev/rollup
[rollup-url]: https://github.com/rollup/rollup

[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release

[jest-image]: https://img.shields.io/badge/tested_with-jest-99424f.svg
[jest-url]: https://github.com/facebook/jest

[license-image]: https://img.shields.io/npm/l/@cycjimmy/hello-github-package-npm

[github-pages-url]: https://cycjimmy.github.io/hello-github-package-npm/

0 comments on commit f7909dc

Please sign in to comment.