@rubriclab/bunl 0.0.0 → 0.0.1

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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## A Bun WebSocket re-write of LocalTunnel
4
4
 
5
+ To try it:
6
+
7
+ ```bash
8
+ bun x bunl -p 3000 -d dev.rubric.me -s my-name
9
+ ```
10
+
5
11
  To install dependencies:
6
12
 
7
13
  ```bash
package/build/client.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bin": {
3
- "bunl": "./client.js"
3
+ "bunl": "./build/client.js"
4
4
  },
5
5
  "name": "@rubriclab/bunl",
6
6
  "description": "expose localhost to the world",
7
- "version": "0.0.0",
7
+ "version": "0.0.1",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",