1.0.3 • Published 2 years ago

markdown-magic-engines v1.0.3

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

markdown-magic-engines

Print engine requirements from package.json via markdown-magic

Install

yarn add -D markdown-magic markdown-magic-engines

Note: markdown-magic is a peer dependency and must be installed separately from this module

Adding the plugin

See example.js for usage.

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

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

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

Usage in markdown

  • node: >=8.0.0
1.0.3

2 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago