ForgeCLI is an open-source command-line toolkit 🧰 that helps developers generate project documentation, automate changelogs, and scaffold projects easily — all from the terminal.
- 📝 Generate
README.mdfiles from prompts - 🧾 Generate
CHANGELOG.mdfrom Git history - ⚙️ Interactive CLI with keyboard navigation
- 📦 Modular and extensible structure
git clone https://github.com/caarloshenriq/forge-cli.git
cd forge-cli
go build -o forge-cliOr run directly:
go run main.goInteractive CLI:
./forge-cliOr individual commands:
./forge-cli readme
./forge-cli changelogThis project is licensed under the MIT License.