Generate useful badges
npm i my-badges -g
mybadges -h
mybadges --major
Output:
[](https://www.npmjs.org/package/common-bundle)
[](https://travis-ci.org/reducejs/common-bundle)
[](https://coveralls.io/github/reducejs/common-bundle)
[](https://david-dm.org/reducejs/common-bundle)
[](https://david-dm.org/reducejs/common-bundle?type=dev)

mybadges --minor
Output:
[](https://www.npmjs.org/package/common-bundle)
[](https://travis-ci.org/reducejs/common-bundle)
There are a few badges you have to configure to make them work.
Sign in travis,
activate your repo,
and push a .travis.yml
.
- http://docs.travis-ci.com/user/getting-started/
- http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
Sign in coveralls,
activate your repo,
and push a .coveralls.yml