lackey-framework

0.0.4 • Public • Published

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

/lackey-framework/

    Package Sidebar

    Install

    npm i lackey-framework

    Weekly Downloads

    0

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • enigma-marketing
    • melono6
    • chapmanio