Skip to content

A simple typescript cli that will print a random joke on the cli

Notifications You must be signed in to change notification settings

aliraza944/jokes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funny-jokes-cli

Funny Jokes CLI

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

About

A simple typescript cli that will print a random joke on the cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published