qjscl

0.2.2 • Public • Published

qjscl

qjscl is a Node.js helper library that allows you to load json configs.

Usage

Use npm or download, then add to your code:

var qjscl = require('qjscl');

config = qjscl.load('<file>');

or if you have multiple files:

config = qjscl.load(['<file1>','<file2>','<file3>','...']);

License

Released under MIT License!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.2
    0
  • 0.2.1
    0
  • 0.2.0
    0
  • 0.1.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i qjscl

Weekly Downloads

0

Version

0.2.2

License

none

Last publish

Collaborators

  • sjsadowski