Distribution layer for Zylen’s CLI tools. Each tool lives in its own folder and exposes an install.sh you can pipe to bash.
Served at https://cli.zylen.me via GitHub Pages, with custom domain set by the CNAME file in this repo.
playground/install.sh # → https://cli.zylen.me/playground/install.sh
<future-tool>/install.sh
Each installer fetches the actual tool’s runtime files (e.g. play.sh, VERSION) from that tool’s own repo via raw.githubusercontent.com. The code lives with the project; only the distribution entry point lives here.
| Tool | Install | Source |
|---|---|---|
playground |
curl -fsSL https://cli.zylen.me/playground/install.sh \| bash |
zylen-y/playground |
mkdir <tool>/install.sh inside that fetches the tool’s runtime files from its own repo.https://cli.zylen.me/<tool>/install.sh is live as soon as Pages rebuilds.No DNS changes required after the initial setup.