1.1.0 • Published 2 years ago

liegroup v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

LIEGROUP

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

Contacting, Contributing, Following

Feel free to

License

MIT


© 2012 ACMESDS

1.1.0

2 years ago