Files
gastown/npm-package/README.md
Martin Emde 201ef3a9c8 Replace gt rigs with gt rig list in templates and docs (#217)
The command was renamed from `gt rigs` to `gt rig` with subcommands.
This updates all references to use `gt rig list` for listing rigs.
2026-01-06 12:59:49 -08:00

43 lines
630 B
Markdown

# @gastown/gt
Gas Town CLI - multi-agent workspace manager for coordinating AI coding agents.
## Installation
```bash
npm install -g @gastown/gt
```
This will download the appropriate native binary for your platform during installation.
## Usage
```bash
# Check version
gt version
# Initialize a new town
gt init
# View status
gt status
# List rigs
gt rig list
```
## Supported Platforms
- macOS (Intel and Apple Silicon)
- Linux (x64 and ARM64)
- Windows (x64)
## Manual Installation
If npm installation fails, you can download binaries directly from:
https://github.com/steveyegge/gastown/releases
## License
MIT