npm-killer 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -179,14 +179,6 @@ MIT License — see [LICENSE](LICENSE) for details.
|
|
|
179
179
|
|
|
180
180
|
---
|
|
181
181
|
|
|
182
|
-
## Related Tools
|
|
183
|
-
|
|
184
|
-
- [`kill-port`](https://www.npmjs.com/package/kill-port) — Simple port killer
|
|
185
|
-
- [`fkill-cli`](https://github.com/sindresorhus/fkill-cli) — Cross-platform process killer
|
|
186
|
-
- [`lsof`](https://man7.org/linux/man-pages/man8/lsof.8.html) — List open files (system tool)
|
|
187
|
-
|
|
188
|
-
---
|
|
189
|
-
|
|
190
182
|
**Made with ❤️ for developers who hate port conflicts.**
|
|
191
183
|
|
|
192
184
|
*Star this repo if it saved you time!* ⭐
|