npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@dovakhin/my_add_sub_package

v1.0.2

Published

A simple add and subtract package

Readme

Here’s a more visually appealing version of the README with emojis:


my_add_sub_package ✨

A simple and easy-to-use command-line package for performing basic addition and subtraction operations, built with Node.js. 🎉 It asks users to input two numbers and choose between addition or subtraction, then calculates and displays the result. 💡

🚀 Features

  • ➕ Add two numbers.
  • ➖ Subtract two numbers.
  • 🎯 Easy-to-use command-line interface (CLI).
  • ⚡ Fast and simple operations with minimal dependencies.

🛠️ Installation

🔥 Globally Install the Package

To install my_add_sub_package globally on your system, run the following command:

npm install -g @dovakhin/my_add_sub_package

Once installed, you can easily use the package via the command line. 🚀

📝 Usage

After installing the package, you can run it by typing the following command:

calculator-cli

Steps:

  1. ✍️ The program will prompt you to enter the first number.
  2. ✍️ Next, you’ll be asked for the second number.
  3. 🧮 Then, the program will ask whether you want to add or subtract the numbers.
  4. 📊 The result will be displayed based on your choice.

💡 Example

$ calculator-cli
Enter the first number: 5
Enter the second number: 3
What operation would you like to perform? (add/subtract): add
Result: 5 + 3 = 8

🛠️ Development

💻 Clone the Repository

If you'd like to contribute or use the package locally, clone the repository:

git clone https://github.com/yourusername/my_add_sub_package.git
cd my_add_sub_package

⚙️ Run the Application Locally

Install the required dependencies:

npm install

Then, you can run the package locally using:

node index.js

📝 License

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