# optionextender

> The best way to extender your properties

Latest version **1.0.4** (published 2016-05-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install optionextender
pnpm add optionextender
yarn add optionextender
bun add optionextender
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2016-05-01 |
| First published | 2016-04-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | https://github.com/felipeuntill |
| Maintainers | felipeuntill |
| Keywords | options, properties, extender, option-extender |

## Links

- npm: https://www.npmjs.com/package/optionextender
- Repository: https://github.com/felipeuntill/option-extender
- Homepage: https://github.com/felipeuntill/option-extender#readme
- Issues: https://github.com/felipeuntill/option-extender/issues
- npm.io page: https://npm.io/package/optionextender

## Dependencies (2)

- [chai](https://npm.io/package/chai.md) ^3.5.0
- [mocha](https://npm.io/package/mocha.md) ^2.4.5

## Recent versions

- 1.0.4 (latest) — 2016-05-01
- 1.0.3 — 2016-05-01
- 1.0.2 — 2016-05-01
- 1.0.1 — 2016-04-28
- 1.0.0 — 2016-04-28

## README

# OptionExtender

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

  [![NPM Version][npm-image]][npm-url]
  [![NPM Downloads][downloads-image]][downloads-url]
  [![Linux Build][travis-image]][travis-url]

## Installation

```bash
$ npm install optionextender
```

## Quick Start

```js
var optionExtender = require('optionextender')

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

console.log(optionExtender(previsouly, replace));
```

## Tests

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

```bash
$ npm install
$ npm test
```

## Features

  * Properties substitution

## People

The author of optionextender is [Felipe Assunção](https://github.com/felipeuntill)

## License

  [GNU GENERAL PUBLIC LICENSE](LICENSE)

[npm-image]: https://img.shields.io/npm/v/optionextender.svg
[npm-url]: https://npmjs.org/package/optionextender
[downloads-image]: https://img.shields.io/npm/dm/optionextender.svg
[downloads-url]: https://npmjs.org/package/optionextender
[travis-image]: https://travis-ci.org/felipeuntill/optionExtender.svg
[travis-url]: https://travis-ci.org/felipeuntill/optionExtender

---
_Source: https://npm.io/package/optionextender · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
