Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 602 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 602 Bytes

Lackey API DustJs Helper

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
    lackeyDustjsMongoose = require('lackey-dustjs-mongoose');

lackeyDustjsMongoose(dustjs);