1.1.0 • Published 2 years ago

calculator-hyperx v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Calculator by HyperX

This is a calculator made by HyperX7777. This calculator can be used to solve Addition, Subtraction, Multiplication and Division operations.

Use it directly

Use the package manager npm to run the calculator directly.

npx calculator-hyperx

Installation and Run

Use the package manager npm to install and run the calculator.

Install dependencies

1. npm i inquirer chalk gradient-string node-banner gradient-string

Install devDependencies

2. npm i @types/gradient-string @types/inquirer @types/node -D

Install calculator Files

3. npm i calculator-hyperx

Run the calculator

4. node node_modules/calculator-hyperx/public/app.js

Usage

import inquirer from "inquirer";
import chalk from "chalk";
import showBanner from "node-banner"
import gradient from "gradient-string";
import {difference, divsion, product, sum} from "./functions.js"

The calculator can be used by entering values, navigating through arrow keys and pressing enter to proceed with each step.

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago