1.0.6 • Published 5 years ago

crystaljs v1.0.6

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

Crystal

Note: This project is a WIP and many features have yet to be implemented. Do not use this in any production code.

Installing

npm i crystaljs --save

Importing to a project

For node.js environments:

const Crystal = require('crystaljs');

For ESNext:

import Crystal from 'crystaljs';

Quick Start

// create a class
class User {
    ...
}

// extend it with Crystal
User = Crystal.extend(User, [
    {
        from: ..., to: ...
        func: 
    }
])
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago