Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexxars/mead-plugin-source-resolver-config
Super-simple source resolver that uses the Mead configuration file for lookups
https://github.com/rexxars/mead-plugin-source-resolver-config
Last synced: 11 days ago
JSON representation
Super-simple source resolver that uses the Mead configuration file for lookups
- Host: GitHub
- URL: https://github.com/rexxars/mead-plugin-source-resolver-config
- Owner: rexxars
- License: mit
- Created: 2016-08-30T06:59:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T19:25:35.000Z (about 8 years ago)
- Last Synced: 2024-10-11T07:13:23.300Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mead-plugin-source-resolver-config
[![npm version](http://img.shields.io/npm/v/mead-plugin-source-resolver-config.svg?style=flat-square)](http://browsenpm.org/package/mead-plugin-source-resolver-config)[![Build Status](http://img.shields.io/travis/rexxars/mead-plugin-source-resolver-config/master.svg?style=flat-square)](https://travis-ci.org/rexxars/mead-plugin-source-resolver-config)[![Coverage Status](https://img.shields.io/coveralls/rexxars/mead-plugin-source-resolver-config/master.svg?style=flat-square)](https://coveralls.io/github/rexxars/mead-plugin-source-resolver-config)[![Dependency status](https://img.shields.io/david/rexxars/mead-plugin-source-resolver-config.svg?style=flat-square)](https://david-dm.org/rexxars/mead-plugin-source-resolver-config)
Super-simple source resolver that uses the Mead configuration file to look up sources
## Installation
```shell
# 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 `):
```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.