mos-plugin-shields

2.2.3 • Public • Published

mos-plugin-shields

A mos plugin for creating markdown shields

npm version

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.

License

MIT © Zoltan Kochan

Package Sidebar

Install

npm i mos-plugin-shields

Weekly Downloads

19

Version

2.2.3

License

MIT

Last publish

Collaborators

  • zkochan