Dev Tools · 7h ago
Projports CLI finds every port your project declares
Projports is a Go CLI that scans a repository for all declared ports in Docker Compose, .env, package.json, and other config files. It checks for conflicts before you start services, avoiding EADDRINUSE errors. The tool outputs results in plain text or JSON for CI integration.
Meridian48 take
A practical solution for a common onboarding pain, but limited to static analysis and not a replacement for runtime port management tools.
cli-toolport-management