Skip to content

Commit 1803d6f

Browse files
committed
minor chnges
1 parent 82f4209 commit 1803d6f

1 file changed

Lines changed: 14 additions & 16 deletions

File tree

README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
---
3+
44

55
**DevLink** is a peer-to-peer CLI toolkit that removes development and staging friction. It enables secure, direct sharing of **environments, databases, repositories, services, and containers** between developers, without staging servers, cloud costs, or insecure workarounds.
66

@@ -36,7 +36,7 @@ Modern development suffers from collaboration bottlenecks: pushing half-done com
3636

3737
</div>
3838

39-
---
39+
4040

4141
## Core Features
4242

@@ -47,9 +47,9 @@ Modern development suffers from collaboration bottlenecks: pushing half-done com
4747
* **Instant Localhost Streaming (`pair`)** – Expose `localhost` apps securely for demos and pair programming.
4848
* **Direct Docker Image Transfer (`registry`)** – Push/pull Docker images between machines without registries.
4949

50-
---
5150

52-
## 🚀 Quick Start
51+
52+
## Quick Start
5353

5454
### Install via Homebrew (Recommended)
5555

@@ -107,9 +107,8 @@ devlink --help
107107
zrok version # Should show zrok is installed
108108
```
109109

110-
> 🎯 **Why zrok?** DevLink uses zrok for quantum-resistant, zero-trust P2P tunnels. It provides enterprise-grade security without complex networking setup.
110+
> **Why zrok?** DevLink uses zrok for quantum-resistant, zero-trust P2P tunnels. It provides enterprise-grade security without complex networking setup.
111111
112-
---
113112

114113
## Command Reference
115114

@@ -128,7 +127,7 @@ devlink hive contribute --service api --port 5000
128127
devlink hive connect hx_abc123
129128
```
130129

131-
---
130+
132131

133132
### `devlink env` – Secure Env Sharing
134133

@@ -142,7 +141,7 @@ devlink env send .env.local
142141
devlink env receive 7-blue-river .env.local
143142
```
144143

145-
---
144+
146145

147146
### `devlink git` – Peer-to-Peer Git
148147

@@ -156,7 +155,7 @@ devlink git serve
156155
git clone devlink://git_abc123 my-feature
157156
```
158157

159-
---
158+
160159

161160
### `devlink db` – Database Sharing
162161

@@ -169,7 +168,6 @@ Expose local databases for live queries.
169168
devlink db share --type postgres --port 5432
170169
```
171170

172-
---
173171

174172
### `devlink pair` – Localhost Streaming
175173

@@ -181,7 +179,7 @@ Securely share a local app over HTTPS.
181179
devlink pair --port 3000
182180
```
183181

184-
---
182+
185183

186184
### `devlink registry` – P2P Docker Images
187185

@@ -195,7 +193,7 @@ devlink registry send myapp:latest
195193
devlink registry receive 12-green-comet
196194
```
197195

198-
---
196+
199197

200198
## Security Model
201199

@@ -207,7 +205,7 @@ DevLink is **secure by design**:
207205
* **Ephemeral** – sessions vanish when stopped, no persistence
208206
* **No Inbound Ports** – safe behind firewalls/NAT
209207

210-
---
208+
211209

212210
## Roadmap
213211

@@ -217,7 +215,7 @@ DevLink is **secure by design**:
217215
* [ ] IDE extensions (VS Code, JetBrains)
218216
* [ ] Optional persistent hives for long-lived staging
219217

220-
---
218+
221219

222220
## Contributing
223221

@@ -229,12 +227,12 @@ DevLink is **secure by design**:
229227

230228
Please open issues for major design changes before contributing.
231229

232-
---
230+
233231

234232
## License
235233

236234
Licensed under the [MIT License](./LICENSE).
237235

238-
---
236+
239237

240238

0 commit comments

Comments
 (0)