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

@involvex/gemini-cli-context

v1.0.4

Published

updates Gemini.md files for Gemini-cli .

Readme

# @involvex/gemini-cli-context

updates Gemini.md files for Gemini-cli .

Getting Started

Quick Start

# npx @involvex/gemini-cli-context@latest Gemini.md 

Prerequisites

  • Node.js
  • npm

Installation

npm install

Project Structure


├── .env
├── .prettierrc
├── dist
│   └── gemini-cli-context.cjs
├── eslint.config.js
├── Gemini.md
├── package-lock.json
├── package.json
├── README.md
└── src
    ├── config.js
    ├── index.js
    └── utils
        └── gemini.js

Available Scripts

  • start: node src/index.js

  • lint: eslint .

  • lint:fix: eslint . --fix

  • format:check: prettier --check .

  • format: prettier --write .

  • prebuild: if not exist dist mkdir dist

  • build: esbuild src/index.js --bundle --platform=node --outfile=dist/gemini-cli-context.cjs

AI Models Used

  • TEXT_ONLY: gemini-2.5-flash
  • TEXT_AND_IMAGE: gemini-2.5-pro

Usage

To update the project context and generate Gemini.md (and optionally README.md), run the following command:

npm start

You will be prompted to provide a detailed project description and whether to update README.md.

Configuration

This project uses the Google Gemini API. To use it, you can provide your API key in two ways:

Option 1: Using a .env file (Recommended for security)

  1. Obtain a Gemini API key from the Google AI Studio.
  2. Create a .env file in the root directory of this project.
  3. Add your API key to the .env file:
GEMINI_API_KEY=YOUR_API_KEY

Replace YOUR_API_KEY with your actual Gemini API key.

Option 2: Passing as a command-line argument

You can also pass the API key directly when running the script:

npm start -- --apikey="YOUR_API_KEY"

Note the -- before --apikey which is necessary to pass arguments to the Node.js script.

Github-Repository

Support


#  Enjoy !