https://github.com/knutkirkhorn/gcd-cli
🔢💻 Get the greatest common devisor CLI
https://github.com/knutkirkhorn/gcd-cli
cli cli-app common devisor gcd greatest greatest-common-divisor javascript math nodejs
Last synced: 5 months ago
JSON representation
🔢💻 Get the greatest common devisor CLI
- Host: GitHub
- URL: https://github.com/knutkirkhorn/gcd-cli
- Owner: knutkirkhorn
- License: mit
- Created: 2017-11-09T00:18:57.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T22:47:04.000Z (about 2 years ago)
- Last Synced: 2024-11-16T18:09:52.644Z (5 months ago)
- Topics: cli, cli-app, common, devisor, gcd, greatest, greatest-common-divisor, javascript, math, nodejs
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcd-cli
> Get the greatest common devisor of two numbers CLI
## Installation
```
npm install --global @knutkirkhorn/gcd-cli
```## Usage
```
$ gcd --helpUsage
$ gcdExamples
$ gcd 12 20
$ gcd 13 234
```## Related
- [@knutkirkhorn/gcd](https://github.com/knutkirkhorn/gcd) - API for this module