An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# nay

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

[![npm](https://img.shields.io/npm/v/nay.svg?style=flat-square)](https://www.npmjs.com/package/nay)
[![Travis Build Status](https://img.shields.io/travis/seangenabe/nay/master.svg?style=flat-square)](https://travis-ci.org/seangenabe/nay)
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/seangenabe/nay.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/seangenabe/nay)
[![devDependency Status](https://img.shields.io/david/dev/seangenabe/nay.svg?style=flat-square)](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