Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 1.11 KB

README.md

File metadata and controls

81 lines (50 loc) · 1.11 KB

Tui Solver

About

A CLI-based calculator created by DmmD GM using TypeScript.

Prerequisite

  • Node.js (LTS Recommended)

Installation

Method #1

  1. Download the repository by either using git:
git clone https://github.com/DmmDGM/tui-solver
cd tui-solver

Or by clicking on the "Download Zip" button on the top right of the GitHub repository and unzipping the zip file.

  1. Run the following command to install the necessary packages:

Windows:

./scripts/install.ps1

Linux / MacOS:

./scripts/install.sh
  1. Run the following command to run the program:

Windows:

./scripts/run.ps1

Linux / MacOS:

./scripts/run.ps1

Method #2

  1. Run the following command to install it globally to your computer:

Windows:

npm i -g tui-solver

Linux / MacOS:

sudo npm i -g tui-solver
  1. Run the following command to run the program:
tui-solver

Usage

  • Follow the instructions to navigate through the program.
  • Press ctrl + c at any time to exit the program.

Screenshots

Example