# @theorylabs/much-ado-about-nothing

> A lib literally meant to be absolutely nothing

Latest version **1.0.6** (published 2021-06-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @theorylabs/much-ado-about-nothing
pnpm add @theorylabs/much-ado-about-nothing
yarn add @theorylabs/much-ado-about-nothing
bun add @theorylabs/much-ado-about-nothing
```

Provides the command `nuthin`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2021-06-09 |
| First published | 2021-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Branden Dane |
| Maintainers | danetheory |
| Keywords | theorylabs, noop, lib, package, danetheory, much-ado-about-nothing, placeholder |

## Links

- npm: https://www.npmjs.com/package/@theorylabs/much-ado-about-nothing
- Repository: https://Github.com/TheoryLabs/Much-Ado-About-Nothing
- npm.io page: https://npm.io/package/@theorylabs/much-ado-about-nothing

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2021-06-09
- 1.0.5 — 2021-06-09
- 1.0.4 — 2021-06-09
- 1.0.3 — 2021-06-09
- 1.0.2 — 2021-06-09

## README

# Much-Ado-About-Nothing
> **Seriously, nothin' going here. But hi though!**

## Usage

### As Node Module

* `yarn add @theorylabs/much-ado-about-nothing`
* Then, in your code:

js```
  const noop = require('@theorylabs/much-ado-about-nothing')

  noop()
  // Prints "Much ado about a whole lotta nuthin\" - TheoryLabs (https://TheoryLabs.dev)" to your console

  noop("Oh hi!")
  // Prints "Oh hi!" to your console

  noop({ willThrowError: "Only strings can be arguments!"})
  // Throws an Error

```

### CLI

* A cli is available
bash```
 * nuthin [String]

 Ex:
 nuthin "hello!"
 # Outputs "hello!" to your console

 nuthin
 # No arguments given (default run) outputs "Much ado about a whole lotta nuthin\" - TheoryLabs (https://TheoryLabs.dev)" to your console
```

---
_Source: https://npm.io/package/@theorylabs/much-ado-about-nothing · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
