architect-express-resource

0.0.1 • Public • Published

architect-express-resource

Allows other architect plugins to create resources through sub apps

Config Format

{
  "packagePath": "./node_modules/architect-express-resource",
  // This can be anything
  "viewEngine": require('eco')
}

Usage

module.exports = function (options, imports, register) {
 
  var resource = imports.resource;
 
  var app = resource(require('./pathToResource'), __dirname+'/views');
 
  imports.express.use(options.mount, app);
};

TODO

  • Tests

Readme

Keywords

none

Package Sidebar

Install

npm i architect-express-resource

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • camshaft