Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:34
· 10 commits to main since this release

ctx v0.1.0

New in this release: see CHANGELOG.md.

Supported languages: TypeScript, JavaScript, Python, Rust, Go.

Install

# Homebrew (macOS / Linux)
brew tap halloffame12/CTX
brew install ctx

# npm
npm install -g @ctx/cli

# Rust
cargo install ctx-cli

# Direct download (below)
# macOS / Linux
curl -fsSL https://github.com/halloffame12/CTX/releases/latest/download/ctx-linux-x86_64 -o ctx
chmod +x ctx && ./ctx --version

Verification: every artifact hash is in checksums.txt
(SHA-256). Never run an unverified binary.

Full Changelog: https://github.com/halloffame12/CTX/commits/v0.1.0