Skip to content
/ kgV-CLI Public

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

License

Notifications You must be signed in to change notification settings

Raboro/kgV-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published