Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 632 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 632 Bytes

cli-bmi

npm npm

A CLI tool for BMI calculation.

Install

$ npm i -g cli-bmi

Usage

$ bmi [<options>]
$ bmi
$ bmi --weight 85 --height 180

Commands

--height number   Height in centimeters, e.g. 180
--weight number   Weight in kilos, e.g. 85
-c, --clear       Clear local data
-h, --help        Displays this usage guide.
-v, --version     Displays the version of the cli

Examples