mos-plugin-shields

A mos plugin for creating markdown shields

MIT 10 个版本
安装
npm install mos-plugin-shields
yarn add mos-plugin-shields
pnpm add mos-plugin-shields
bun add mos-plugin-shields
README

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

版本列表
2.2.3 2017-09-08
2.2.2 2016-06-14
2.2.1 2016-06-14
2.2.0 2016-05-22
2.1.0 2016-05-16
2.0.1 2016-05-15
2.0.0 2016-05-13
1.0.1 2016-05-02
1.0.0 2016-04-24