A simple CLI for calculating Pi.
This repository has been archived on 2025-11-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-12-27 20:32:31 +08:00
.github Create FUNDING.yml 2023-12-27 20:32:31 +08:00
.gitignore Initial commit 2023-03-18 08:41:48 +08:00
index.js init 2023-03-18 09:16:04 +08:00
LICENSE Update LICENSE 2023-06-04 16:24:06 +08:00
package-lock.json Update package-lock.json 2023-03-19 10:07:55 +08:00
package.json Update package.json 2023-03-19 10:07:35 +08:00
README.md Update README.md 2023-03-18 09:15:23 +08:00

Pi Calculator

A simple CLI for calculating Pi.

Installation

To install Pi Calculator, all you need is one command.

Run the following command in your terminal:

npm install pi-calculator -g

Usage

Run either of the following commands in your command line after installing the CLI:

Option 1

pi

Option 2

calc-pi