JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q34765F
  • License ISC

A CLI tool for easy conversion between kilos and pounds

Package Exports

    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

    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