tentarcles-cli-bin 2.0.0 → 2.1.0
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 +0 -20
- package/package.json +1 -1
- package/ttc.js +1 -1
package/README.md
CHANGED
|
@@ -19,26 +19,6 @@ ttc --help
|
|
|
19
19
|
ttc run <url>
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
## Supported Platforms
|
|
23
|
-
|
|
24
|
-
- **macOS** (Darwin) – `ttc-macos`
|
|
25
|
-
- **Linux** – `ttc-linux`
|
|
26
|
-
- **Windows** – `ttc-win.exe`
|
|
27
|
-
|
|
28
|
-
The wrapper script (`index.js`) automatically selects the correct binary for your operating system.
|
|
29
|
-
|
|
30
|
-
## How It Works
|
|
31
|
-
|
|
32
|
-
This package contains pre‑compiled binaries for each platform. When you install it, npm creates a global symlink to `index.js`. That script detects your OS, picks the matching binary, ensures it's executable (on Unix), and spawns it with your arguments.
|
|
33
|
-
|
|
34
|
-
## Development
|
|
35
|
-
|
|
36
|
-
To test locally:
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
npm link
|
|
40
|
-
```
|
|
41
|
-
|
|
42
22
|
## License
|
|
43
23
|
|
|
44
24
|
ISC
|