super-badge

0.2.2 • Public • Published

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'
});
 

/super-badge/

    Package Sidebar

    Install

    npm i super-badge

    Weekly Downloads

    0

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • noyobo