itwillsync 1.3.6 → 1.3.8

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.
Files changed (2) hide show
  1. package/README.md +11 -19
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # itwillsync
2
2
 
3
+ **[Website](https://shrijayan.github.io/itwillsync/)** | **[Docs](https://shrijayan.github.io/itwillsync/docs/)** | **[npm](https://www.npmjs.com/package/itwillsync)** | **[Demo Video](https://youtu.be/Zc0Tb98CXh0)**
4
+
3
5
  Sync any terminal-based coding agent to your phone. Local network or Tailscale. Open source, agent-agnostic, zero cloud.
4
6
 
5
7
  ```
6
- npx itwillsync -- claude
7
- npx itwillsync -- aider
8
- npx itwillsync -- bash
8
+ npx itwillsync claude
9
+ npx itwillsync aider
10
+ npx itwillsync bash
9
11
  ```
10
12
 
11
13
  ## How it works
@@ -24,11 +26,7 @@ npx itwillsync -- bash
24
26
 
25
27
  ```bash
26
28
  # Run directly (no install needed)
27
- npx itwillsync -- claude
28
-
29
- # Or install globally
30
- npm install -g itwillsync
31
- itwillsync -- aider --model gpt-4
29
+ npx itwillsync claude
32
30
  ```
33
31
 
34
32
  On first run, a setup wizard asks how you want to connect — local WiFi or Tailscale. Your choice is saved for future sessions.
@@ -39,13 +37,13 @@ By default, your phone needs to be on the same WiFi. With [Tailscale](https://ta
39
37
 
40
38
  ```bash
41
39
  # First time: the setup wizard will detect Tailscale automatically
42
- itwillsync -- claude
40
+ itwillsync claude
43
41
 
44
42
  # Or use Tailscale for a single session
45
- itwillsync --tailscale -- claude
43
+ itwillsync --tailscale claude
46
44
 
47
45
  # Switch back to local WiFi for a session
48
- itwillsync --local -- claude
46
+ itwillsync --local claude
49
47
 
50
48
  # Re-run setup anytime
51
49
  itwillsync setup
@@ -76,12 +74,6 @@ Options:
76
74
  - All WebSocket connections require the token
77
75
  - No data leaves your network (local mode) or your Tailscale tailnet
78
76
 
79
- ## Links
80
-
81
- - **Website**: https://shrijayan.github.io/itwillsync/
82
- - **GitHub**: https://github.com/shrijayan/itwillsync
83
- - **Demo**: https://youtu.be/Zc0Tb98CXh0
84
-
85
- ## License
77
+ ## Works with
86
78
 
87
- MIT
79
+ Claude Code, Aider, Goose, Codex, Cline, Copilot CLI, or any terminal-based tool.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itwillsync",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
4
4
  "description": "Sync any terminal-based coding agent to your phone over local network",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,7 +14,8 @@
14
14
  "dev": "tsup --watch",
15
15
  "test": "vitest run",
16
16
  "test:watch": "vitest",
17
- "clean": "rm -rf dist"
17
+ "clean": "rm -rf dist",
18
+ "prepack": "cp ../../README.md ."
18
19
  },
19
20
  "keywords": [
20
21
  "agent",