Skip to content
/ ggT-CLI Public

CLI tool for calculating ggT for multiple values, also a npm package

License

Notifications You must be signed in to change notification settings

Raboro/ggT-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool for calculating ggT for multiple values, also a npm package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published