funny-jokes-cli
v1.0.7
Published
Simple cli to print jokes
Downloads
5
Maintainers
Readme
A simple CLI that prints random or specific type joke on your command line interface.
How to use
You can install the CLI by running the following command in your terminal
npm install -g funny-jokes-cli
Then run the joke
command to read a joke.
You can also specify a certain type of joke. The programming, general and knock-knock type jokes are available. Just run joke <type>
to read your specific joke.
Run it locally
Download the code or clone this repo and run npm i
to install dependencies. After that run npm run local
. THis will build the project and print a joke. When the build is complete you can use the npx joke
to print jokes.
👨💻 Contributing
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are greatly appreciated