devcodeio / backbone-collection-crud

Add `save` and `destroy` to your collections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backbone-collection-crud Build Status

Add save and destroy to your collections.

Install

npm install backbone-collection-crud

Use

Include the file in your browser or for Node:

require 'backbone-collection-crud'

Check out the tests for examples.

Test

npm test

About

Add `save` and `destroy` to your collections.

License:MIT License