@theorylabs/much-ado-about-nothing

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i @theorylabs/much-ado-about-nothing

Weekly Downloads

4

Version

1.0.6

License

MIT

Unpacked Size

2.14 kB

Total Files

7

Last publish

Collaborators

  • danetheory