forged-cli
v0.3.9
Published
A complete dev environment toolkit — shell, workflows, and project scaffolding in one install.
Maintainers
Readme
⚒ Forged
Your dev environment, forged.
Forged is a modular CLI that builds your shell, automates your workflow, and scans your dependencies. One command to get airborne.
🌐 weballtech.com — full docs and feature overview
Install
npm install -g forged-cliFeatures
🔧 Shell Bootstrap Modular zsh config, plugins, and hooks — ready in minutes.
🔍 Security Scanner Typosquat detection, tarball integrity, suspicious install scripts.
📁 Project Workflows Auto-detect, boot, and scaffold Node, Python, Rust, and Go projects.
🐙 GitHub Dashboard PRs, issues, branches, and repos — all from your terminal.
Commands
| Command | Description |
|---------|-------------|
| forged init | Scaffold a new dev environment |
| forged new | Create a new project with GitHub setup |
| forged install | Install Forged into an existing shell config |
| forged scan | Run security scanner on a project |
| forged version | Show version |
Quick Start
# Install globally
npm install -g forged-cli
# Set up your dev environment
forged init
# Create a new project
forged new my-app
# Scan a project for vulnerabilities
forged scan ./my-appLicense
MIT © Brandon Kelly
Contact
Brandon Kelly — GitHub · weballtech.com · [email protected]
