Micro util for generating a markdown badge.
npm i markdown-badge --save
var mdbadge = require('markdown-badge');
Create a markdown-formatted badge.
alt {String}img_url {String}url {String}mdbadge(alt, img_url, url);
//=> [](https://travis-ci.org/jonschlinkert/template)
Install dev dependencies.
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb-cli on March 20, 2015.