Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement โ†’
Sign In

@emdaer/plugin-shields

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emdaer/plugin-shields

An emdaer plugin that renders metadata badges for open source projects from shields.io

latest
Source
npmnpm
Version
3.2.31
Version published
Weekly downloads
460
42.86%
Maintainers
4
Weekly downloads
ย 
Created
Source

@emdaer/plugin-shields ยท Travis Documented with emdaer Maintained with lerna

An emdaer plugin that renders metadata badges for open source projects from shields.io

Usage

@emdaer/plugin-shields is an emdaer plugin โ€“ see the emdaer monorepo for more information

Documentation

Example

Documented with emdaer

Usage in README

<!--emdaer-p
  - '@emdaer/plugin-shields'
  - shields:
      - alt: 'Documented with emdaer'
        image: 'badge/๐Ÿ““-documented%20with%20emdaer-F06632.svg'
        link: 'https://github.com/emdaer/emdaer'
        style: 'flat-square'
-->

shieldsPlugin

Render metadata badges for open source projects from shields.io.

Parameters

  • options any
    • options.shields Array<Shield>? The shields.

Examples

<!--emdaer-p
  - '@emdaer/plugin-shields'
  - shields:
      - alt: 'Documented with emdaer'
        image: 'badge/๐Ÿ““-documented%20with%20emdaer-F06632.svg'
        link: 'https://github.com/emdaer/emdaer'
        style: 'flat-square'
-->

Returns Promise<string> Markdown images, one per shield, all on one line.

Keywords

emdaer-plugin

FAQs

Package last updated on 09 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts