Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 913 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 913 Bytes

nay

A CLI that does nothing. Alternative to /dev/null and NUL.

npm Travis Build Status AppVeyor Build Status devDependency Status

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.

assert(require('nay') === undefined)

License

MIT or CC0-1.0