1.0.5 • Published 3 years ago

@eshan1799/unitconverter v1.0.5

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

CLI Unit Converter

Description

A CLI application that converts centimetres into metres and vice versa!

Installation

Global

  • npm install -g @eshan1799/unitconverter

Local

  • npm install @eshan1799/unitconverter
Prerequisites

Usage

  • String format: x unit1 in unit2

Global

  • converter "'enter string here'"
Example
  • converter "5 m in cm" --> output: "500 cm"

Local

  • Add script(s) in your package.json

  • "converter": "converter \"enter string here\""

  • npm run converter

Example
  • "converter": "converter \"5 m in cm\""
  • npm run converter

  • --> output: "500 cm"

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago