Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 675 Bytes

.verb.md

File metadata and controls

36 lines (24 loc) · 675 Bytes

{%= name %} {%= badge("fury") %} {%= badge("travis") %}

{%= description %}

Install

{%= include("install-npm", {save: true}) %} {%= include("install-bower", {save: true}) %}

Usage

var defaults = require('{%= name %}');

defaults({a: {one: 'one'}}, {a: {two: 'two'}})
//=> {a: {one: 'one', two: 'two'}};

Related projects

{%= related(['merge-deep', 'mixin-deep', 'extend-shallow', 'assign-deep', 'defaults-deep', 'omit-deep'], {remove: name}) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}