portrm 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 +9 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,13 +4,17 @@
|
|
|
4
4
|
</p>
|
|
5
5
|
<h1 align="center">Portrm</h1>
|
|
6
6
|
<p align="center"><strong>Stop guessing what's running on your machine.</strong></p>
|
|
7
|
-
<p align="center">portrm is a fast, cross-platform CLI
|
|
7
|
+
<p align="center">portrm is a blazing-fast, cross-platform CLI for developers who need to move fast and stay unblocked.
|
|
8
|
+
|
|
9
|
+
Inspect active ports, understand the processes behind them, kill port conflicts, and recover broken dev environments - all from your terminal, in milliseconds.
|
|
10
|
+
|
|
11
|
+
Built for real-world development workflows where every second counts.</p>
|
|
8
12
|
<p align="center">
|
|
9
13
|
<a href="https://crates.io/crates/portrm"><img src="https://img.shields.io/crates/v/portrm.svg" alt="crates.io"></a>
|
|
10
14
|
<a href="https://www.npmjs.com/package/portrm"><img src="https://img.shields.io/npm/v/portrm.svg" alt="npm"></a>
|
|
11
15
|
<a href="https://github.com/abhishekayu/portrm/releases"><img src="https://img.shields.io/github/v/release/abhishekayu/portrm" alt="release"></a>
|
|
12
16
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"></a>
|
|
13
|
-
<a href="https://marketplace.visualstudio.com/items?itemName=abhishekayu.portrm"><img src="https://img.shields.io/visual-studio-marketplace/v/abhishekayu.portrm?label=VS%20Code" alt="VS Code Marketplace"></a>
|
|
17
|
+
<a href="https://marketplace.visualstudio.com/items?itemName=abhishekayu.portrm-cli"><img src="https://img.shields.io/visual-studio-marketplace/v/abhishekayu.portrm-cli?label=VS%20Code" alt="VS Code Marketplace"></a>
|
|
14
18
|
</p>
|
|
15
19
|
</p>
|
|
16
20
|
|
|
@@ -701,7 +705,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
|
|
701
705
|
|
|
702
706
|
Manage ports and services directly from the VS Code sidebar -- no terminal needed.
|
|
703
707
|
|
|
704
|
-
[](https://marketplace.visualstudio.com/items?itemName=abhishekayu.portrm)
|
|
708
|
+
[](https://marketplace.visualstudio.com/items?itemName=abhishekayu.portrm-cli)
|
|
705
709
|
|
|
706
710
|
**Features:**
|
|
707
711
|
|
|
@@ -712,10 +716,10 @@ Manage ports and services directly from the VS Code sidebar -- no terminal neede
|
|
|
712
716
|
- Auto-install and update the ptrm CLI binary
|
|
713
717
|
|
|
714
718
|
```bash
|
|
715
|
-
code --install-extension abhishekayu.portrm
|
|
719
|
+
code --install-extension abhishekayu.portrm-cli
|
|
716
720
|
```
|
|
717
721
|
|
|
718
|
-
[View on Marketplace](https://marketplace.visualstudio.com/items?itemName=abhishekayu.portrm)
|
|
722
|
+
[View on Marketplace](https://marketplace.visualstudio.com/items?itemName=abhishekayu.portrm-cli)
|
|
719
723
|
|
|
720
724
|
---
|
|
721
725
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "portrm",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "portrm is a fast, cross-platform CLI to
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "portrm is a blazing-fast, cross-platform CLI for developers who need to move fast and stay unblocked. Inspect active ports, understand the processes behind them, kill port conflicts, and recover broken dev environments - all from your terminal, in milliseconds. Built for real-world development workflows where every second counts.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abhishekayu/portrm"
|