redis-app-rpf

0.7.18 • Public • Published

redis-app-rpf

Redis application archetype.

Named in honour of https://en.wikipedia.org/wiki/Richard_Feynman

This provides lifecycle boilerplate reused across similar applications.

Usage

The index.js entry-point uses the redis-app-rpf application archetype.

require('redis-app-rpf')(
    require('../package'),
    require('./spec'),
    require('./main')
).catch(err => {
    console.error(err);
});

where we extract the config from process.env according to the spec and invoke our main function.

Uses

Used by

Inter alia:


https://twitter.com/@evanxsummers

Readme

Keywords

none

Package Sidebar

Install

npm i redis-app-rpf

Weekly Downloads

5

Version

0.7.18

License

ISC

Last publish

Collaborators

  • evanx