Package Exports
- convrt
- convrt/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (convrt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
convrt
A CLI tool for easy conversion between kilos and pounds.
Install
npm i -g convrtUsage
convrt [<options>]
convrt
convrt --kg 100
convrt --kg 100 150
convrt --lbs 225
convrt --lbs 300 -d 2Commands
-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 sectionExamples