An open API service indexing awesome lists of open source software.

https://github.com/jdillon/forge

Forge CLI framework
https://github.com/jdillon/forge

Last synced: 6 months ago
JSON representation

Forge CLI framework

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