outport

Installation
SKILL.md

Outport — Dev Port Manager

Outport allocates deterministic, non-conflicting ports for dev services, assigns .test hostnames, and writes everything to .env files. Every framework reads .env — Rails, Nuxt, Django, Docker Compose — so ports and URLs just work without manual configuration.

Quick Reference

# Project commands
outport init              # Create outport.yml (interactive)
outport up                # Allocate ports, assign hostnames, write .env
outport up --force        # Clear and re-allocate all ports from scratch
outport down              # Remove ports and clean .env files
Installs
3
GitHub Stars
34
First Seen
Apr 15, 2026
outport — steveclarke/dotfiles