Skip to content

Repository files navigation

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 5173

Or install it globally to get the smili binary:

npm install -g @dev-smili/cli
smili clean-git
smili free-port 5173

Commands

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.

About

CLI containing common developer tasks

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages