2.0.1 • Published 4 months ago

banterer v2.0.1

Weekly downloads
46
License
ISC
Repository
github
Last release
4 months ago

🗣 banterer

  • lighthearted and, at times, inspiring remarks on software for when you need to break up the monotony

Install

$ npm install banterer

Usage

CLI (in your terminal):

pic of cli

# first, install globally
$ npm install -g banterer

# then you can run with any desired options
$ banterer [options]

You can even add this simple one-liner to your .bashrc or .bash_profile to get some banter anytime you start a new terminal session: echo "$(npx -q banterer)"

AS A MODULE:

const banterer = require("banterer");

console.log(banterer.random()); // returns random banter
console.log(banterer.random("react")); // returns random react banter
console.log(banterer.list()); // returns an array of all banter
console.log(banterer.list("react")); // returns an array of all react banter

Options

-v, --version      output the version number
-l, --list         list all banter
-t, --tag <value>  filter banter with tag
-h, --help         output usage information

Examples

$ banterer
$ banterer --tag react
$ banterer -t javascript
$ banterer --list
$ banterer -l
$ banterer -lt react

Tags

Tags consider a curated list of tags associated with the banter as well as the text of the quote to determine matches.

2.0.1

4 months ago

1.1.5

3 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago