Releases: nikuscs/ts-code-scan
Releases · nikuscs/ts-code-scan
code-scan v0.2.1
Installation
Download the appropriate binary for your platform:
| Platform | File |
|---|---|
| macOS (Apple Silicon) | code-scan-macos-arm64.tar.gz |
| Linux (x64) | code-scan-linux-x64.tar.gz |
Quick Install
# Linux/macOS
tar -xzf code-scan-*.tar.gz
chmod +x code-scan
./code-scan --helpOther Changes
- feat: add LLM-friendly files/folders modes with dot-notation; default excludes; docs + skill; tests to 100% coverage (8)
- ci: fix release tagging on protected main (9)
- ci: fix release tag identity in workflow (10)
Full Changelog: v0.1.1...v0.2.1
code-scan v0.1.1
Installation
Download the appropriate binary for your platform:
| Platform | File |
|---|---|
| macOS (Apple Silicon) | code-scan-macos-arm64.tar.gz |
| Linux (x64) | code-scan-linux-x64.tar.gz |
Quick Install
# Linux/macOS
tar -xzf code-scan-*.tar.gz
chmod +x code-scan
./code-scan --helpNo pull requests since last release.