https://github.com/caseywebdev/backbone-collection-crud
Add `save` and `destroy` to your collections.
https://github.com/caseywebdev/backbone-collection-crud
Last synced: 9 months ago
JSON representation
Add `save` and `destroy` to your collections.
- Host: GitHub
- URL: https://github.com/caseywebdev/backbone-collection-crud
- Owner: caseywebdev
- License: mit
- Created: 2012-10-23T18:08:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T22:59:56.000Z (almost 11 years ago)
- Last Synced: 2025-03-03T14:45:20.011Z (10 months ago)
- Language: CoffeeScript
- Size: 146 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
backbone-collection-crud [](http://travis-ci.org/caseywebdev/backbone-collection-crud)
=============
Add `save` and `destroy` to your collections.
Install
-------
```bash
npm install backbone-collection-crud
```
Use
---
Include the file in your browser or for Node:
```coffee
require 'backbone-collection-crud'
```
Check out the tests for examples.
Test
----
```bash
npm test
```