@dev-smili/cli
v1.0.1
Published
Everyday developer utilities
Downloads
724
Maintainers
Readme
smili
A small, dependency-light CLI of everyday developer utilities.
Install
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 5173Commands
| 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
Contributions are welcome! See CONTRIBUTING.md for the development setup, workflow, and release process.
