lawrence501 / term-deposit-calc

Term Deposit Calculator CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

term-deposit-calc

Term Deposit Calculator CLI

Installation

Running this calculator requires the following software to be installed:

Usage

The following Make commands exist for this codebase:

  • make run: Runs the calculator. Instructions for using the calculator are provided within the calculator.
  • make test: Runs the unit tests for the codebase.
  • make lint: Runs a standard Go linter against the codebase.

Note when running on Windows

This application has been tested on MacOS (m1 chip) and Windows (using git bash), but performs better on unix systems; on Windows, the CLI prompting package used is known to have some visual quirks (which can rarely cause it to skip printing the final balance - if this occurs please just enter the same inputs again), but the calculator's functionality should be fine.

About

Term Deposit Calculator CLI


Languages

Language:Go 99.1%Language:Makefile 0.9%