endport
v2.0.15
Published
一个解除端口占用的工具
Downloads
37
Readme
npx使用
npx endport 端口
- npx endport 8080
- npx endport 8080 8081
安装使用
npm i -g endport
- 解除一个端口占用
endport 8080
- 解除多个端口占用,多个端口用空格隔开
endport 8080 8081
tips
内置三个命令行工具endprot
killport
end-port
,效果一样
如果项目代码中需要使用,endport有导出下面一些函数
endPort
解除端口占用endPorts
批量解除端口占用
- 具体细节可以参考dist/types/index.d.ts