Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/nopt-stream
nopt wrapped in readable stream
https://github.com/nhz-io/nopt-stream
Last synced: 4 days ago
JSON representation
nopt wrapped in readable stream
- Host: GitHub
- URL: https://github.com/nhz-io/nopt-stream
- Owner: nhz-io
- License: mit
- Created: 2016-09-16T23:34:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T23:35:19.000Z (over 8 years ago)
- Last Synced: 2024-11-29T01:16:33.629Z (26 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@nhz.io/nopt-stream
[nopt](https://github.com/npm/nopt) wrapper stream
## Install
```
npm i -S @nhz.io/nopt-stream
```## Usage
```
const nopt = require('nopt-stream')nopt(...).pipe(...)
```## License
### [MIT](LICENSE)