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

@lidprex/cli

v2.0.1

Published

Lidprex CLI — manage and download Lidprex open source projects

Readme

@lidprex/cli

Lidprex CLI — manage and download Lidprex open source projects from your terminal.

npm version license


Installation

npm install -g @lidprex/cli

Requires Node.js >= 18.


Commands

lidprex init

Download a Lidprex project to your machine. Walks you through picking a project, choosing a version variant (source code or prebuilt binary), selecting a folder, and optionally running npm install for source projects.

lidprex init

Supports back navigation — use "Back to projects" to change your selection without restarting.


lidprex list

Show all available Lidprex open source projects with their tech stack, status, and available download variants.

lidprex list

lidprex status

Check the live status of all Lidprex services and see response times.

lidprex status

lidprex docs [project]

Open a project's documentation (README) in your default browser. Run without a project name to see all available docs links.

lidprex docs idea2project

lidprex update

Check the npm registry for a newer version of the CLI and display upgrade instructions if one is available.

lidprex update

lidprex changelog

View the full CLI version history and changelog in your terminal.

lidprex changelog

lidprex -v / --version

Display the currently installed CLI version.

lidprex -v

lidprex --help

Show all available commands.

lidprex --help

What's New in v2

  • Binary downloads — download prebuilt .exe and .msi installers for desktop apps (LidBridge, RepoPrep, LidPush)
  • Multiple variants per project — choose between source code, stable releases, latest releases, or binaries
  • New projects — LidPush (Tauri + Rust + React) added, MGS-GenX preview with feature overview
  • Back navigation — go back to project selection without restarting the CLI
  • docs command — open any project's README directly from the terminal
  • update command — check for CLI updates on npm
  • changelog command — view version history inline
  • Safer npm install — uses cwd option instead of shell string concatenation
  • Better redirect handling — supports 301, 302, 307, 308 with a 10-redirect limit

Available Projects

| Project | Tech | Status | Variants | |---|---|---|---| | Idea2Project | JavaScript, PHP, Blade, CSS | Active | Source Code | | LidBridge | Rust, TypeScript, CSS, JavaScript | Active | Source Code, Windows Portable (.exe), NSIS Installer, MSI Installer | | LeakShield | Python | Active | Source Code | | RepoPrep | Python, Batchfile | Active | Source Code (v1/v2), Binary (v1/v2) | | LidPush | Tauri + Rust + React | Active | Source Code, NSIS Installer, MSI Installer | | MGS-GenX | React, TypeScript, Node.js | Coming Soon | Preview only |


License

GPL-3.0 — © 2026 Lidprex