1.0.1 • Published 8 months ago

@raboro/kgv v1.0.1

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

kgV-CLI

npm downloads

CLI tool to calculate kgV for multiple values

Instruction guide

If you install via npm:

  1. Install package
$ npm i @raboro/kgv
  1. Go inside node_modules/@raboro/kgv 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
$ kgv <followed by your numbers>

e.g.:

kgv 12 5 3 4 7 
420
1.0.1

8 months ago

1.0.0

11 months ago