1.1.0 • Published 3 months ago

convrt v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

convrt

npm npm

A CLI tool for easy conversion between kilos and pounds.

Install

npm i -g convrt

Usage

convrt [<options>]
convrt
convrt --kg 100
convrt --kg 100 150
convrt --lbs 225
convrt --lbs 300 -d 2

Commands

-k, --kg number[]       Convert value from kgs to lbs
-l, --lbs number[]      Convert value from lbs to kgs
-d, --decimals number   Number of decimals to show
-c, --clear             Clear local data
-h, --help              Show help section

Examples