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 🙏

© 2026 – Pkg Stats / Ryan Hefner

sales-software

v1.0.4

Published

Trading account management software. Sales-software-database

Readme

Trading account management software

Content

Trading account management software. Products according to him You can show part of the registration, sales and statistics.

For example, the user of the program is engaged in the sale of watermelons and melons. Initially, how many watermelons and how many melons are in the warehouse. Using a separate program
we determine which product is sold and how much. Dashboard software
using which products are left in the warehouse and how many are sold,
we can see its initial state. All processes are via Terminal
is performed

Using the program

you will need to install the package via npm or yard

  • Enter the command npm install sales-software in the terminal and install the program

Launch the package

let sales = new Sales()
let argv = process.argv
;(async () => {
    if(argv[2] === `--dep`){
        await sales.depozit(argv[3], argv[4])
    }else if(argv[2] === `-sell`){
        await sales.salesProduct(argv[3], argv[4])
    }else if(argv.length == 2){
        await sales.dashboard()
    }
})() 
  • After installing the program, you need to enter your own, name and number of your products through the terminal, let's say: In the terminal we enter the command node main and all the information about our product is displayed in the table. The dashboard stores information about all the products sold, all added products
  • Add product and edit it with deposit program: node main --dep watermelon 25
  • To sell the products we sell node main -sell watermelon 6 order and this sales change will definitely work for us

Contact me

https://t.me/suhrobabduaxatov

[email protected]