Socket
Socket
Sign inDemoInstall

basic-math-util-calculator

Package Overview
Dependencies
52
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    basic-math-util-calculator

Simple calculator using TypeScript, Node.js and Inquirer.


Version published
Maintainers
1
Created

Readme

Source

Calculator

Simple calculator application developed using TypeScript, Node.js, and Inquirer.

Usage

s

  1. Clone the repository:
git clone https://github.com/M-Ehtesham-Ul-Hassan-Malik/TypeScript.git
  1. Navigate to the project directory:
cd Simple_Calculator
  1. Install dependencies:
npm install
  1. Run the calculator:
npm start
  1. Follow the prompts to enter two numbers and select an operation (Addition, Subtraction, Multiplication, or Division).

  2. To use the calculator utility directly from the command line without cloning the repository, you can use the following npx command:

npx basic-math-util-calculator

This command will fetch the basic-math-util-calculator package from the npm registry and run it directly in your terminal.

Dependencies

  • inquirer: A command-line interface for Node.js.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

FAQs

Last updated on 08 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc