0.2.2 • Published 8 years ago

super-badge v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

super-badge

npm version npm download Build Status

generator badge svg

Install

npm install --save super-badge

Options

  • color status background color; default: yellow
    • red
    • orange
    • green
    • brightgreen
    • yellowgreen
    • yellow
    • lightgrey
    • blue

Example

var badge = require('super-badge');

var svg = badge({
  subject: 'super-badge',
  status: '0.1.0',
  color: 'yellowgreen'
});
0.2.2

8 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago