Installation
Get Edgit running in 2 minutes. No complex setup, no configuration files.Prerequisites
You need:- Node.js 18+ (nodejs.org)
- Git 2.30+ (probably already installed)
Install
Initialize in Your Repo
.edgit/components.json:
Optional: AI-Powered Commits
Want AI to generate your commit messages? Add an OpenAI API key:Troubleshooting
Command not found: edgit
Command not found: edgit
Your PATH doesn’t include npm global bin directory.Fix:
Permission errors (EACCES)
Permission errors (EACCES)
Don’t have permission to install globally.Fix (recommended): Use nvmFix (alternative): Install locally per project
AI commits not working
AI commits not working
API key isn’t set or is invalid.Check:Test the key:If that fails, your key is invalid. Get a new one at platform.openai.com.

