Fork of updeep using Remeda
 
 
Go to file
Aaron Jensen 35fe73e080 Add initial code, tests don't work yet. 2015-07-31 09:16:19 -07:00
lib Add initial code, tests don't work yet. 2015-07-31 09:16:19 -07:00
test Add initial code, tests don't work yet. 2015-07-31 09:16:19 -07:00
.babelrc Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.editorconfig Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.eslintrc Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.gitattributes Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.gitignore Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.travis.yml Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
LICENSE.txt Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
README.md Fix slashes 2015-07-31 09:01:16 -07:00
gulpfile.js Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
package.json Add initial code, tests don't work yet. 2015-07-31 09:16:19 -07:00

README.md

updeep NPM version Build Status Dependency Status Coverage percentage

[WIP: do not use] Easily update immutable objects (frozen or not) in a declarative way.

Install

$ npm install --save updeep

Usage

var updeep = require('updeep');

updeep('Rainbow');

License

MIT © Aaron Jensen