/utils-cli

Buch of utilities. Initially built for https://tty.frectonz.io/ challenge

Primary LanguageJavaScript

utils

A collection of utilities for everyday use in the terminal.

Table of Contents

Installation

git clone https://github.com/miki-tebe/utils-cli.git
cd utils-cli
npm install

Usage

Usage: A collection of utilities [options] [command]

node index.js [command]

Commands

Options:

  -v, --version          output the version number
  -h, --help             display help for command

Commands:

  am <input>             Transliterate English to Amharic
  bmi <weight> <height>  Calculate your BMI
  echo <input>           Echo the input
  electric <bill>        Calculate your electric usage
  help [command]         display help for command

Technologies