tellmee

Simple command line app that provides you with jokes and some cool information

Usage no npm install needed!

<script type="module">
  import tellmee from 'https://cdn.skypack.dev/tellmee';
</script>

README

tellmee

npm node license

Command line tool that provides you with jokes and some more cool information.

tellmee

Installation

$ npm install -g tellmee

Usage:

$ tellmee [options] <command>

Example:

$ tellmee quote --cat=programming

Output:

   “Measuring programming progress by lines of code is like measuring aircraft
   building progress by weight.”
   ― Bill Gates

Command Line Options

Usage: tellmee [options] <command>

Command line tellmee Application

Options:
   -v, --version        Show version
   -h, --help           Show usage information

Commands:
   joke|j [options]     Show random joke
   quote|q [options]    Show random quote
   inspire|i [options]  Show random inspire quote
   number|n [options]   Show interesting facts about numbers
   about|a              About tellmee cli

tellmee <command> -h   Quick help on <command>

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

Copyright © 2021-present, Don Freddy. Released under the MIT License.