https://github.com/jdillon/forge
Forge CLI framework
https://github.com/jdillon/forge
Last synced: 6 months ago
JSON representation
Forge CLI framework
- Host: GitHub
- URL: https://github.com/jdillon/forge
- Owner: jdillon
- License: apache-2.0
- Created: 2025-10-30T22:23:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-04T23:10:54.000Z (8 months ago)
- Last Synced: 2025-12-08T07:17:19.513Z (8 months ago)
- Language: TypeScript
- Size: 548 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Forge - Yet another CLI Framework
**Philosophy**: _"Make it awesome, it's for me mostly, so I like awesome."_
---
## Installation
### Homebrew (recommended)
```bash
brew tap jdillon/planet57
brew install jdillon/planet57/forge
```
### Script
```bash
curl -fsSL https://raw.githubusercontent.com/jdillon/forge/main/bin/install.sh | bash
```
Or with auto-confirm:
```bash
curl -fsSL https://raw.githubusercontent.com/jdillon/forge/main/bin/install.sh | bash -s -- -y
```
**Prerequisites**: [Bun](https://bun.sh) and Git
---
## Documentation
- **[docs/](docs/)** - All documentation
- **[docs/command-patterns.md](docs/command-patterns.md)** - How to write commands
- **[docs/features/](docs/features/)** - Feature documentation
- **[docs/libraries/](docs/libraries/)** - Library reference
- **[docs/reference/](docs/reference/)** - System reference (XDG, dependencies, etc.)
## License
Apache-2.0