Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

alaimo/riesling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lightweight opinionated tool for bootstrapping an express web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published