shub-cli
v1.0.2
Published
`shub` is a command-line tool for performing simple operations, including basic arithmetic and fetching random jokes from an API.
Downloads
6
Readme
shub CLI Tool
shub
is a command-line tool for performing simple operations, including basic arithmetic and fetching random jokes from an API.
Installation
You can install the shub
CLI tool globally using npm:
npm install -g shubh
Once installed, you can use the following commands:
shub print <num1> <num2>
- Prints the sum of two numbers.
shub print 5 7
12
shub joke
- Fetches a random joke from the official joke API and displays it.
What did the Dorito farmer say to the other Dorito farmer? - Cool Ranch!
### **Explanation**
- **Installation**: Instructions on how to install the CLI tool globally using npm.
- **Usage**: Provides examples of how to use the different commands available in the CLI.
- **Development**: Steps for contributing to the development of the project, including cloning, installing dependencies, making changes, testing locally, and publishing updates.
- **License**: Mentions the license type (MIT License in this case) and links to the license file.
- **Contact**: Information on how to get support or contact for issues.
Feel free to adapt this `README.md` to better fit your project's specifics or additional features you might add.