Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoubin/my-badges
Generate useful badges
https://github.com/zoubin/my-badges
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T02:17:22.000Z (almost 8 years ago)
- Last Synced: 2024-09-29T00:21:43.013Z (about 2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-badges
[![version](https://img.shields.io/npm/v/my-badges.svg)](https://www.npmjs.org/package/my-badges)
[![status](https://travis-ci.org/zoubin/my-badges.svg)](https://travis-ci.org/zoubin/my-badges)
[![dependencies](https://david-dm.org/zoubin/my-badges.svg)](https://david-dm.org/zoubin/my-badges)
[![devDependencies](https://david-dm.org/zoubin/my-badges/dev-status.svg)](https://david-dm.org/zoubin/my-badges?type=dev)Generate useful badges
## Usage
```bash
npm i my-badges -gmybadges -h
```
```bash
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?type=dev)
![node](https://img.shields.io/node/v/common-bundle.svg)```
[![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?type=dev)
![node](https://img.shields.io/node/v/common-bundle.svg)```bash
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)```
[![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](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