shields-lightweight
A bare minimum implementation of SVG badge generation extracted from the source code of shields.
Only depends on doT.
Install
npm install shields-lightweight
Usage
var shields = require('shields-lightweight');
var svgBadge = shields.svg('subject', 'status', 'red', 'flat');