0.5.9 • Published 8 years ago
master-class v0.5.9
Master-Class
JavaScript classes with an edge.
This is library provides a class factory. The instances of its generated classes have many features that will eventually allow them to:
- Be distributively managed between machines
- Be differently viewed in different contexts (e.g., depending on the viewer or an internal state)
- Be efficiently stored
Keep precise track of their changes
All while still feeling like plain JavaScript objects.
Install
$ npm install --save master-class
Usage
Require the library
const M = require('master-class');
Create a new class:
const MyMClass = M({/* options */});
Create an instance:
const myInstance = new MyMClass();
or
const myInstance = MyMClass.createInstance();
Features
API Reference
WIP For now, you could just read through the tests.
License
0.5.9
8 years ago
0.5.8
9 years ago
0.5.7
9 years ago
0.5.6
9 years ago
0.5.5
9 years ago
0.5.4
9 years ago
0.5.3
9 years ago
0.5.2
9 years ago
0.5.1
9 years ago
0.5.0
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.0
9 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago