3.1.2 • Published 3 years ago
liteframe-core v3.1.2
_ _ _ __
| (_| |_ ___ / _|_ __ __ _ _ __ ___ ___ v.3
| | | __/ _ | |_| '__/ _` | '_ ` _ \ / _ \
| | | || __| _| | | (_| | | | | | | __/ -core
|_|_|\__\___|_| |_| \__,_|_| |_| |_|\___|
(https://www.npmjs.com/package/liteframe-core)
A flexible lightweight framework with the bare minimums and networking capabilities
Extending the framework can be done by
.inject("extension_key",extension_object_value);
or
.inject([{extension_key:extension_object_value},{extension_key:extension_object_value}]);
To install
npm install -g liteframe-core
Extending the framework can be done by
.inject("extension_key",extension_object_value);
or
.inject([{extension_key:extension_object_value},{extension_key:extension_object_value}]);
e.g
let liteframe_core = require("liteframe-core");
liteframe-core.inject([{sample : { one: "I am a sample injected value"}}]);
console.log(liteframe-core.sample);
//prints `I am a sample injected value`
Documentation
In progress at [liteframe-core.bixbyte.io](http://liteframe-core.bixbyte.io)
3.1.2
3 years ago
3.1.1
3 years ago
3.1.0
3 years ago
3.0.14
4 years ago
3.0.15
4 years ago
3.0.12
4 years ago
3.0.13
4 years ago
3.0.10
4 years ago
3.0.11
4 years ago
3.0.9
4 years ago
3.0.4
4 years ago
3.0.3
4 years ago
3.0.2
4 years ago
3.0.8
4 years ago
3.0.7
4 years ago
3.0.6
4 years ago
3.0.5
4 years ago
3.0.1
5 years ago
3.0.0
5 years ago