@bouncingpixel/dust-helpers

0.4.0-beta • Public • Published

dust-helpers

Various dust helpers grouped by purpose

Working With

Requirements

  • NodeJS 6 LTS
  • DustJS from Linkedin 2.7.5+

Using dust-helpers

Require in the desired helper(s) and initialize them with the dust instance.

const dust = require('dustjs-linkedin');

const dateHelpers = require('@bouncingpixel/dust-helpers/date-helpers');
const stringHelpers = require('@bouncingpixel/dust-helpers/string-helpers');

dateHelpers(dust);
stringHelpers(dust);

Readme

Keywords

none

Package Sidebar

Install

npm i @bouncingpixel/dust-helpers

Weekly Downloads

0

Version

0.4.0-beta

License

MIT

Unpacked Size

16.8 kB

Total Files

9

Last publish

Collaborators

  • hallmatt