0.2.1 • Published 7 years ago

riesling v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

riesling

A lightweight opinionated approach for bootstrapping web applications with express, nunjucks, bluebird, request, and log4js.

install

Note: as of v0.2.0, express, nunjucks, bluebird, request, and log4js are all listed as peerDependencies.

npm install --save express nunjucks bluebird request log4js riesling

Use

var rielsing = require('riesling');
rielsing.pour(app => {
  // Provision the express app.
  app.get('/', (req, res) => res.send('Hello, world!'));
}).
spread((app, server) => {
  // Do stuff
});
0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago