Skip to content

Read1337/framework

 
 

Repository files navigation

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

About

Keeps all Lackey modules in a single dependency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%