Skip to content

ladjs/state-helper

Repository files navigation

state-helper

build status code style styled with prettier made with lass license

State helper for Lad

Table of Contents

Install

npm:

npm install state-helper

Usage

const StateHelper = require('@ladjs/state-helper');

const stateHelper = new StateHelper({
  // ...
});

// ..

// add dynamic view helpers
app.use(stateHelper.middleware);

Contributors

Name Website
Nick Baugh http://niftylettuce.com/

License

MIT © Nick Baugh