markdown-magic-version-badge

1.1.2 • Public • Published

Version badge plugin

Add version badge to markdown files via markdown-magic

Install

npm i markdown-magic markdown-magic-version-badge --save-dev

Adding the plugin

See example.js for usage.

const fs = require('fs');
const path = require('path');
const markdownMagic = require('markdown-magic');

const config = {
  transforms: {
    VERSIONBADGE: require('./index.js'),
  }
}

const markdownPath = path.join(__dirname, 'README.md');
markdownMagic(markdownPath, config);

Usage in markdown

npm

Options

  • pkg (nearest package.json file in file tree from the README by default) - path to closest pkg
  • link (links to npm by default) - a URL to link the button to (set to false to prevent link)
  • prefix (npm by default) - the prefix for the badge
  • color (green by default or orange if pre-release version) - any supported color

Package Sidebar

Install

npm i markdown-magic-version-badge

Weekly Downloads

3

Version

1.1.2

License

MIT

Unpacked Size

3.92 kB

Total Files

4

Last publish

Collaborators

  • camacho