Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcansh/pid-from-port-cli
https://github.com/mcansh/pid-from-port-cli
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcansh/pid-from-port-cli
- Owner: mcansh
- Created: 2018-03-14T15:17:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T06:21:21.000Z (over 3 years ago)
- Last Synced: 2024-10-18T06:27:46.815Z (26 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# pid-from-port-cli
> Get PID from a port
## Install
```bash
$ npm install -g @mcansh/pid-from-port-cli
``````bash
pid-from-port -p 3000
# > 18369pid-from-port -p 3000 -p 8080
# > port 3000 is pid 18369
# > port 8080 is pid 18846pid-from-port -p 4000
# > Couldn't find a process with port 4000
```## Related
[pid-from-port](https://github.com/kevva/pid-from-port) - API