1.0.1 • Published 8 years ago

mead-plugin-source-resolver-config v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.