Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.1 KB

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')