my-badges
v1.3.1
Published
Generate useful badges
Downloads
3
Readme
my-badges
Generate useful badges
Usage
npm i my-badges -g
mybadges -h
mybadges --major
Output:
[![version](https://img.shields.io/npm/v/common-bundle.svg)](https://www.npmjs.org/package/common-bundle)
[![status](https://travis-ci.org/reducejs/common-bundle.svg)](https://travis-ci.org/reducejs/common-bundle)
[![coverage](https://img.shields.io/coveralls/reducejs/common-bundle.svg)](https://coveralls.io/github/reducejs/common-bundle)
[![dependencies](https://david-dm.org/reducejs/common-bundle.svg)](https://david-dm.org/reducejs/common-bundle)
[![devDependencies](https://david-dm.org/reducejs/common-bundle/dev-status.svg)](https://david-dm.org/reducejs/common-bundle#info=devDependencies)
![node](https://img.shields.io/node/v/common-bundle.svg)
mybadges --minor
Output:
[![version](https://img.shields.io/npm/v/common-bundle.svg)](https://www.npmjs.org/package/common-bundle)
[![status](https://travis-ci.org/reducejs/common-bundle.svg)](https://travis-ci.org/reducejs/common-bundle)
Before you run mybadges
There are a few badges you have to configure to make them work.
Travis
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/
Coverage
Sign in coveralls,
activate your repo,
and push a .coveralls.yml
- https://coveralls.zendesk.com/hc/en-us