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!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i qjscl

      Weekly Downloads

      0

      Version

      0.2.2

      License

      none

      Last publish

      Collaborators

      • sjsadowski