liegroup

1.1.0 • Public • Published

Installation

Clone LIEGROUP and its dependencies from one of its REPOs:

cd MYPROJECT
git clone REPO/totem-man/LIEGROUP

To start and manage LIEGROUP:

npm run start [ ? | $ | ...]	# Unit test
npm run verminor				# Roll minor version
npm run vermajor				# Roll major version
npm run redoc					# Regen documentation

Usage

Acquire, optionally configure and start a LIEGROUP server:

const LIEGROUP = require("LIEGROUP").config({
	key: value, 						// set key
	"key.key": value, 					// indexed set
	"key.key.": value					// indexed append
}, sql => {
	console.log( sql ? "look mom - Im running!" : "something evil is lurking" );
});

where configuration keys follow ENUMS deep copy conventions

Program Reference

Open/Close

Contacting, Contributing, Following

Feel free to

License

MIT


© 2012 ACMESDS

Readme

Keywords

none

Package Sidebar

Install

npm i liegroup

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

14.6 kB

Total Files

4

Last publish

Collaborators

  • totem4