A small, dependency-light CLI of everyday developer utilities.
Run it on demand with npx:
npx @dev-smili/cli clean-git
npx @dev-smili/cli free-port 5173Or install it globally to get the smili binary:
npm install -g @dev-smili/cli
smili clean-git
smili free-port 5173| Command | Description |
|---|---|
smili clean-git |
Interactively remove local branches whose remote tracking branch was deleted. |
smili clean-git --force |
Delete all stale branches without the interactive prompt. |
smili free-port <port> |
Gracefully end (SIGTERM) any process on the given TCP port. |
smili free-port <port> --force |
Forcefully end (SIGKILL) any process on the given TCP port. |
Contributions are welcome! See CONTRIBUTING.md for the development setup, workflow, and release process.