Package Exports
- base-resolver
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (base-resolver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
base-resolver

base-methods plugin for resolving and registering 'base' applications.
Install
Install with npm
$ npm i base-resolver --save
Usage
var Base = require('base-methods');
var resolver = require('base-resolver');
var base = new Base();
base.use(resolver({
appname: 'generate'
}));
API
Params
name
{String}options
{Object}fn
{Function}returns
{Object}: Returns an app.
Example
generate.register('generate-foo', opts, function(app, base, env) {
// do stuff
});
Related projects
- base-cli: Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a… more | homepage
- base-methods: Starter for creating a node.js application with a handful of common methods, like
set
,get
,… more | homepage - base-paths: base-methods plugin for settings and getting path information. | homepage
- base-plugins: Upgrade's plugin support in base-methods to allow plugins to be called any time after init. | homepage
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on November 19, 2015.