https://github.com/zoubin/my-badges
Generate useful badges
https://github.com/zoubin/my-badges
Last synced: 11 months ago
JSON representation
Generate useful badges
- Host: GitHub
- URL: https://github.com/zoubin/my-badges
- Owner: zoubin
- License: mit
- Created: 2015-10-07T18:55:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T02:17:22.000Z (over 9 years ago)
- Last Synced: 2025-03-24T03:04:17.700Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-badges
[](https://www.npmjs.org/package/my-badges)
[](https://travis-ci.org/zoubin/my-badges)
[](https://david-dm.org/zoubin/my-badges)
[](https://david-dm.org/zoubin/my-badges?type=dev)
Generate useful badges
## Usage
```bash
npm i my-badges -g
mybadges -h
```
```bash
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)

```
[](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)

```bash
mybadges --minor
```
Output:
```
[](https://www.npmjs.org/package/common-bundle)
[](https://travis-ci.org/reducejs/common-bundle)
```
[](https://www.npmjs.org/package/common-bundle)
[](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](https://travis-ci.org/profile),
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](https://coveralls.io/),
activate your repo,
and push a `.coveralls.yml`
* https://coveralls.zendesk.com/hc/en-us