An open API service indexing awesome lists of open source software.

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

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 --help

Usage
$ gcd

Examples
$ gcd 12 20
$ gcd 13 234
```

## Related

- [@knutkirkhorn/gcd](https://github.com/knutkirkhorn/gcd) - API for this module