# options-stream

> load options with stream mode, option file can be json/ini/yaml/ion file

Latest version **0.0.8** (published 2014-10-10) · 0 weekly downloads

## Install

```sh
npm install options-stream
pnpm add options-stream
yarn add options-stream
bun add options-stream
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2014-10-10 |
| First published | 2012-11-13 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.6.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | q3boy |
| Maintainers | q3boy |

## Links

- npm: https://www.npmjs.com/package/options-stream
- Repository: https://github.com/q3boy/options-stream
- Issues: https://github.com/q3boy/options-stream/issues
- npm.io page: https://npm.io/package/options-stream

## Dependencies (2)

- [ini](https://npm.io/package/ini.md) *
- [yamljs](https://npm.io/package/yamljs.md) 0.1.6

## Recent versions

- 0.0.8 (latest) — 2014-10-10
- 0.0.7 — 2012-12-25
- 0.0.6 — 2012-12-19
- 0.0.5 — 2012-12-04
- 0.0.4 — 2012-11-16
- 0.0.2 — 2012-11-13
- 0.0.1a — 2012-11-13

## README

#Options Stream

![travis build info](https://api.travis-ci.org/q3boy/options-stream.png)


```javascript
var os = require('options-stream');

var options = os({ // code default options
	a: 1
	b: 2
}, 'etc/options.default.json' // project default options
, 'etc/options.hostname.ini' // host options
, 'etc/hotfix.yaml' // hotfix options
, 'etc/hotfix.ion' // overwrite options
);
```

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