/framework

Keeps all Lackey modules in a single dependency

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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('inline-edit'), // or require('lackey-framework/inline-edit')
    makeTitle = lackey('make-title'), // or require('lackey-framework/make-title')
    optionsParser = lackey('options-parser'), // or require('lackey-framework/options-parser')
    JsonXlsxConverter = lackey('json-xlsx'), // or require('lackey-framework/json-xlsx')
    dustjsHelpers = lackey('dustjs-helpers'); // or require('lackey-framework/dustjs-helpers')