Socket
Book a DemoInstallSign in
Socket

base-resolver

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-resolver

base-methods plugin for resolving and registering 'base' applications.

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
3
-72.73%
Maintainers
1
Weekly downloads
 
Created
Source

base-resolver NPM version Build Status

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
});
  • 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.

FAQs

Package last updated on 19 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts