0.0.4 • Published 9 years ago

lackey-framework v0.0.4

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

Lackey options parser

Keeps all lackey modules in a single dependency

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

Documentation

Usage

var lackey = require('lackey-framework'),
    inlineEdit = lackey.inlineEdit,
    makeTitle = lackey.makeTitle,
    optionsParser = lackey.optionsParser,
    JsonXlsxConverter = lackey.JsonXlsxConverter,
    dustjsHelpers = lackey.dustjsHelpers;