Skip to content

iiarchives/tui-solver

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages