https://github.com/knutkirkhorn/square-and-multiply-cli
Get the square and multiply of the base, the exponent and the modulus CLI
https://github.com/knutkirkhorn/square-and-multiply-cli
and cli cli-app math multiply nodejs square
Last synced: 7 months ago
JSON representation
Get the square and multiply of the base, the exponent and the modulus CLI
- Host: GitHub
- URL: https://github.com/knutkirkhorn/square-and-multiply-cli
- Owner: knutkirkhorn
- License: mit
- Created: 2017-11-19T21:29:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T22:48:17.000Z (over 2 years ago)
- Last Synced: 2025-03-02T21:47:40.716Z (7 months ago)
- Topics: and, cli, cli-app, math, multiply, nodejs, square
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# square-and-multiply-cli
> Get the square and multiply of the base, the exponent and the modulus CLI
## Installation
```
npm install --global square-and-multiply-cli
```## Usage
```
$ square-and-multiply --helpUsage
$ square-and-multiplyExamples
$ square-and-multiply 14 27 37
$ square-and-multiply 23 22 86
```## Related
- [square-and-multiply](https://github.com/knutkirkhorn/square-and-multiply) - API for this module