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 🙏

© 2024 – Pkg Stats / Ryan Hefner

good-ipo

v1.1.6

Published

A command-line tool to fetch and display the latest information about current and upcoming Initial Public Offerings (IPOs) from topsharebrokers.com. Stay informed about investment opportunities with ease. With "good-ipo", you can quickly access details ab

Downloads

57

Readme

good-ipo CLI Tool Readme

The good-ipo package is a command-line interface (CLI) tool designed to provide you with an easy and convenient way to access information about current and upcoming Initial Public Offerings (IPOs). This tool fetches IPO data and presents it in a tabular format, displaying essential details such as the IPO name, price, GMP (Grey Market Premium), listing price, opening date, and closing date. To enhance visibility, the CLI tool also marks current IPOs with a red background color if their closing date is today or tomorrow.

Whether you're an investor, trader, or simply interested in keeping track of IPOs, good-ipo offers a straightforward way to stay informed about the latest offerings and make informed decisions.

Installation

To install the good-ipo CLI tool, you need to have Node.js and npm (Node Package Manager) installed on your system. If you haven't installed them yet, you can download them from the official Node.js website: https://nodejs.org/

Once you have Node.js and npm installed, follow these steps to install good-ipo:

  1. Open your terminal or command prompt.

  2. Run the following npm command to install good-ipo globally on your system:

npm install -g good-ipo
  1. Once the installation is complete, you can start using the good-ipo CLI tool right from your command line.

Usage

Using the good-ipo CLI tool is simple. Open your terminal or command prompt and run the following command:

good-ipo

This will fetch the latest IPO data and display it in a tabular format, highlighting current IPOs with a red background color if their closing date is today or tomorrow.

Example

Here's an example of how the good-ipo CLI tool displays IPO data:

Data is fetched from https://www.topsharebrokers.com/report/live-ipo-gmp/331/?ref=chr
╔═══════════════════════════════════════════════╤═══════╤═════╤══════════════╤════════╤════════╗
║ NAME                                          │ PRICE │ GMP │ LISTING      │ OPEN   │ CLOSE  ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ TVS Supply Chain IPOClosing Today (Sub:2.85x) │ 197   │ 3   │ 200 (1.52%)  │ 10-Aug │ 14-Aug ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Shelter Pharma SMEClosing Today (Sub:15.25x)  │ 42    │ 1   │ 43 (2.38%)   │ 10-Aug │ 14-Aug ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Balaji Speciality Chemicals IPOUpcoming       │ NA    │ 55  │ --           │        │        ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Shoora Designs SMEUpcoming                    │ 48    │ --  │ 48 (0.00%)   │ 17-Aug │ 21-Aug ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Pyramid Technoplast IPOUpcoming               │ 166   │ 19  │ 185 (11.45%) │ 18-Aug │ 22-Aug ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Crop Life Science SMEUpcoming                 │ 52    │ 3   │ 55 (5.77%)   │ 18-Aug │ 22-Aug ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Bondada Engineering SMEUpcoming               │ 75    │ 10  │ 85 (13.33%)  │ 18-Aug │ 22-Aug ║
╟───────────────────────────────────────────────┼───────┼─────┼──────────────┼────────┼────────╢
║ Aeroflex Industries IPOUpcoming               │ 108   │ 40  │ 148 (37.04%) │ 22-Aug │ 24-Aug ║
╚═══════════════════════════════════════════════╧═══════╧═════╧══════════════╧════════╧════════╝

In this example, the first IPO ("ABC Ltd") has a red background color because its closing date is tomorrow.

Contributing

If you would like to contribute to the good-ipo package or report any issues, please visit the GitHub repository: https://github.com/anmol5varma/good-ipo

License

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


Thank you for using the good-ipo CLI tool! We hope it helps you stay up-to-date with the latest IPOs and make informed investment decisions. If you have any questions or feedback, please don't hesitate to reach out to us.