liegroup
v1.1.0
Published
liegroup for N-gons
Downloads
4
Readme
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
- submit and status TOTEM issues
- contribute to TOTEM notebooks
- revise TOTEM requirements
- browse TOTEM holdings
- or follow TOTEM milestones
License
© 2012 ACMESDS