0.6.1 • Published 8 years ago

lackey-dustjs-helpers v0.6.1

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

Lackey DustJs Helpers

DEPRECATED Each helper now moved into its own module.

A bunch of dustjs helpers

This module is part of the Lackey framework that is used to build the Lackey CMS amongst other projects.

UNSTABLE

This is an early release of this helpers and they haven't been tested outside our framework. Please wait until a stable version is published.

Usage

var dustjs = require('dustjs-linkedin'),
    dustjs.helpers = require('dustjs-helpers').helpers, // optional, but a good idea
    helpers = require('lackey-dustjs-helpers');

helpers.registerAll(dustjs);

Or, if you want to register specific ones:

helpers.var(dustjs);
helpers.options(dustjs);

Helpers Included

0.6.1

8 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago