https://github.com/offirmo/base-objects.js
Base javascript objects with convenient inheritance and some shared features for node & browser, AMD
https://github.com/offirmo/base-objects.js
Last synced: about 1 year ago
JSON representation
Base javascript objects with convenient inheritance and some shared features for node & browser, AMD
- Host: GitHub
- URL: https://github.com/offirmo/base-objects.js
- Owner: Offirmo
- License: unlicense
- Created: 2013-10-16T17:52:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T20:58:33.000Z (almost 12 years ago)
- Last Synced: 2025-06-27T14:03:24.038Z (about 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base-objects.js
===============
[](https://travis-ci.org/Offirmo/base-objects.js)
[](http://badge.fury.io/js/base-objects)
[](http://badge.fury.io/bo/base-objects.js)
[](http://offirmo.net/classifying-open-source-projects-status/)
[](http://unlicense.org/)
[](https://sourcegraph.com/github.com/Offirmo/base-objects.js)
[](https://sourcegraph.com/github.com/Offirmo/base-objects.js)
[](https://www.gittip.com/Offirmo/)
STILL IN PROGRESS - MISSING FEATURES - API MAY CHANGE
Introduction
------------
1. Extensions to Backbone.Model
2. Common Backbone sync() implementations
3. Convenient mixins to add to your objects (Backbone or not)
License : public domain (http://unlicense.org/)
Usage
-----
TODO
Installation
------------
Bower : `bower install base-objects.js`
Npm : `npm install base-objects`
Unit tests
----------
Browser : open `test_runner/mocha.html`
Node : `npm test`