Skip to content

felipeuntill/optionExtender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptionExtender

Fast, tiny and useful helper to replace your properties..

NPM Version NPM Downloads Linux Build

Installation

$ npm install optionextender

Quick Start

var optionExtender = require('optionextender')

var previsouly = { 
    name : 'previously name'  
};
var replace = {  
    name : 'replaced name' 
};

console.log(optionExtender(previsouly, replace));
// { name : 'replaced name'}

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

Features

  • Properties substitution

People

The author of optionextender is Felipe Assunção

License

GNU GENERAL PUBLIC LICENSE

About

A tiny way to extend your configuration properties

Resources

License

Stars

Watchers

Forks

Packages

No packages published