0.0.1 • Published 8 years ago

reign v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

reign

Persistent, typed objects for JavaScript.

Build Status

What?

Provides a realm (like a namespace) which can contain various kinds of typed object, and mechanisms for storing and loading those objects to disk.

Currently supports various kinds of data type:

As well as the following builtins:

Examples

See the examples directory.

API Documentation

Currently very work in progress, see src/README.md.

Installation

Install via npm.

npm install reign

Usage

See the API documentation.

License

Published by codemix under a permissive MIT License, see LICENSE.md.