2.0.3 • Published 7 years ago

business-objects v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Business objects

a JavaScript object-oriented business layer for Node.js

See tutorials and class references: https://bo.logikum.hu

Installation

If you want to use it in your project:

$ npm install business-objects

Tests and Documentation

First clone the repo and install the dependencies:

$ git clone https://github.com/logikum/business-objects.git
$ cd business-objects
$ npm install

Run the tests (unit tests, core business object tests, model composer tests):

$ jasmine-node tests/unit --color
$ jasmine-node tests/core --color
$ jasmine-node tests/mc --color

Generate the documentation with DocStrap or baseline template:

$ grunt docstrap
$ grunt baseline

Features

Editable modelsRead-only modelsOther models
Editable root objectRead-only root objectCommand object
Editable root collectionRead-only root collection
Editable child objectRead-only child object
Editable child collectionRead-only child collection
2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

8 years ago

1.5.1

8 years ago

1.2.3

8 years ago

1.5.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago