mead-plugin-source-resolver-config

1.0.1 • Public • Published

mead-plugin-source-resolver-config

npm versionBuild StatusCoverage StatusDependency status

Super-simple source resolver that uses the Mead configuration file to look up sources

Installation

# Bundled with mead by default, but if you're feeling frisky
npm install --save mead-plugin-source-resolver-config

Usage

Note: Bundled with Mead and enabled by default

Your mead configuration file (mead --config <path-to-config.js>):

module.exports = {
  // Load the plugin
  plugins: [
    require('mead-plugin-source-resolver-config')
  ],

  // Tell mead to use it
  sourceResolver: 'config'
}

License

MIT-licensed. See LICENSE.

Package Sidebar

Install

npm i mead-plugin-source-resolver-config

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rexxars