MiqueiasGFernandes / calculator-cli

Simple calculator using CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Calculator

Description

A simple calculator using Command Line Interface (CLI)

Usage

index [options] <expression>

Arguments:
  expression  Set a calc expression: Example: "(1 + 1) / 2"

Options:
  -h, --help  display help for command

About

Simple calculator using CLI


Languages

Language:TypeScript 71.8%Language:JavaScript 28.2%