A CLI-based calculator created by DmmD GM using TypeScript.
- Node.js (LTS Recommended)
- 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.
- Run the following command to install the necessary packages:
Windows:
./scripts/install.ps1
Linux / MacOS:
./scripts/install.sh
- Run the following command to run the program:
Windows:
./scripts/run.ps1
Linux / MacOS:
./scripts/run.ps1
- 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
- Run the following command to run the program:
tui-solver
- Follow the instructions to navigate through the program.
- Press
ctrl + c
at any time to exit the program.