@ladjs/state-helper

State helper for Lad

Usage no npm install needed!

<script type="module">
  import ladjsStateHelper from 'https://cdn.skypack.dev/@ladjs/state-helper';
</script>

README

state-helper

build status code coverage code style styled with prettier made with lass license

State helper for Lad

Table of Contents

Install

npm:

npm install state-helper

yarn:

yarn add 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