1.1.1 • Published 8 months ago

@raboro/ggt v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ggT-CLI

npm downloads

CLI tool to calculate ggT for multiple values c

Instruction guide

If you install via npm:

  1. Install package
$ npm i @raboro/ggt
  1. Go inside node_modules/@raboro/ggt and link to use it globally
$ npm link

Then use it like below

If you install via cloning the repo:

  1. Install node.js with npm
  2. Clone code
  3. After collecting the source code load dependencies with
$ npm install
  1. Link project to use the CLI tool globally
$ npm link
  1. Run the CLI tool with
$ ggt <followed by your numbers>

e.g.:

$ ggt 845 55 15
5
1.1.1

8 months ago

1.1.0

11 months ago

1.0.0

11 months ago