mos-plugin-shields
v2.2.3
Published
A mos plugin for creating markdown shields
Downloads
111
Maintainers
Readme
mos-plugin-shields
A mos plugin for creating markdown shields
Installation
npm install --save mos-plugin-shields
Usage
Add this code snippet to your README.md
<!--@shields('travis', 'deps')-->
<!--/@-->
Run mos
in the terminal.
You'll get the travis and david shields in your readme via shield.io.
API
shields(...shields)
shields.flat(...shields)
shields.flatSquare(...shields)
shields.plastic(...shields)
The currently supported shields are: travis, coveralls, npm, deps, devDeps, peerDeps, gemnasium, climate.
NOTE: The shields will be created for the master branch.