Show HN: DevPorts – Kill development server processes

1 stevenhubertron 1 8/29/2025, 7:55:59 PM github.com ↗

Comments (1)

stevenhubertron · 3h ago
When getting coding assistant from Claude I find it opens up and doesn't kill a bunch of development ports so I made a small CLI to help list and kill them. You can certainly do this many other ways but just typing in devports was nice and easy for me.

This is my first CLI script.