tentarcles-cli-bin
v1.0.11
Published
Tentarcles CLI JavaScript bundle distribution
Downloads
1,287
Readme
Tentarcles CLI Bin
Platform-specific binaries for the Tentarcles CLI.
Installation
npm install -g tentarcles-cli-binAfter installation, the ttc command will be available globally.
Usage
Run ttc --help to see available commands.
ttc --help
ttc run <url>Supported Platforms
- macOS (Darwin) –
ttc-macos - Linux –
ttc-linux - Windows –
ttc-win.exe
The wrapper script (index.js) automatically selects the correct binary for your operating system.
How It Works
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.
Development
To test locally:
npm linkLicense
ISC
