Skip to content

Simplify kill port command, a Command Line Interface for kill port.

License

Notifications You must be signed in to change notification settings

joehom0416/killport-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Killport CLI

A Command Line Interface for kill the running process which currently using the port.

Setup

dotnet tool install --global killport.Cli.tool --version 1.0.0

Usage

killport [-p|--port] (<port number>)
killport [-h|--help]
killport [-v|--version]

Example (Windows Command Prompt)

killport --p 8070                // Kill the process which currently using port 8070.
killport -h                // Display help.
killport -v              // Display version of this cli.

About

Simplify kill port command, a Command Line Interface for kill port.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages