@kenzoxx/multiply-tool
v1.0.3
Published
This is my first npm cli app
Downloads
1
Readme
@kenzoxx/multiply-tool
This is a simple CLI tool that multiplies two numbers. It serves as a demonstration of how to create and publish an NPM CLI package.
Installation
You can install the package globally using the following command:
npm install -g @kenzoxx/multiply-tool
Alternatively, you can run the tool directly using npx without installation:
npx @kenzoxx/multiply-tool <number1> <number2>