cli.zylen.me

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.

Layout

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.

Tools

Tool Install Source
playground curl -fsSL https://cli.zylen.me/playground/install.sh \| bash zylen-y/playground

Adding a new tool

  1. mkdir <tool>/
  2. Drop an install.sh inside that fetches the tool’s runtime files from its own repo.
  3. Commit and push — https://cli.zylen.me/<tool>/install.sh is live as soon as Pages rebuilds.

No DNS changes required after the initial setup.