KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
kilp
★ 8
Open GitHub ↗
Kill process listening on port.
Download README (.md)
Explore Similar Repositories
shareable
:
Simple NoDB file upload app
serious-cryptography
:
Codes written while learning golang and reading the book "Serious Cryptography by Jean-Philippe Aumasson"
LiveScan
:
AntSword 存活弹出插件,支持 PHP, ASP, ASPX
nodejs-url-shortener
:
💎 a sample nodejs url shortener service
jhi-example-appstack
:
App Stack for a microservice architecture. Generate by Jhipster.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kilp
?
Download (.md)
# Kilp [](https://www.npmjs.com/package/kilp) Kill process listening on port. **Only tested in mac.** # Usage CLI only. ## Global ##### Installation $ npm i kilp -g ##### Usage $ kilp <port> ##### Examples $ kilp 8080 ## NPX ##### Direct Usage $ npx kilp <port> ##### Examples $ npx kilp 8080