https://github.com/seangenabe/nay
A CLI that does nothing. Alternative to /dev/null and NUL.
https://github.com/seangenabe/nay
Last synced: 3 days ago
JSON representation
A CLI that does nothing. Alternative to /dev/null and NUL.
- Host: GitHub
- URL: https://github.com/seangenabe/nay
- Owner: seangenabe
- License: other
- Created: 2016-06-29T17:24:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T21:34:56.000Z (over 7 years ago)
- Last Synced: 2025-09-22T12:19:40.812Z (18 days ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# nay
A CLI that does nothing. Alternative to /dev/null and NUL.
[](https://www.npmjs.com/package/nay)
[](https://travis-ci.org/seangenabe/nay)
[](https://ci.appveyor.com/project/seangenabe/nay)
[](https://david-dm.org/seangenabe/nay#info=devDependencies)## Rationale
This module was created as a cross-platform way of outputting into `/dev/null` (nix) or `NUL` (Windows).
## Usage
### CLI
```
nay
```Does nothing. Really.
### API
Exports `undefined`.
```javascript
assert(require('nay') === undefined)
```## License
MIT or CC0-1.0