@lidprex/cli
v2.0.1
Published
Lidprex CLI — manage and download Lidprex open source projects
Maintainers
Readme
@lidprex/cli
Lidprex CLI — manage and download Lidprex open source projects from your terminal.
Installation
npm install -g @lidprex/cliRequires 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 initSupports 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 listlidprex status
Check the live status of all Lidprex services and see response times.
lidprex statuslidprex 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 idea2projectlidprex update
Check the npm registry for a newer version of the CLI and display upgrade instructions if one is available.
lidprex updatelidprex changelog
View the full CLI version history and changelog in your terminal.
lidprex changeloglidprex -v / --version
Display the currently installed CLI version.
lidprex -vlidprex --help
Show all available commands.
lidprex --helpWhat's New in v2
- Binary downloads — download prebuilt
.exeand.msiinstallers 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
docscommand — open any project's README directly from the terminalupdatecommand — check for CLI updates on npmchangelogcommand — view version history inline- Safer npm install — uses
cwdoption 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
