Skip to content

Releases: nikuscs/ts-code-scan

code-scan v0.2.1

03 Mar 18:07
4a266f4

Choose a tag to compare

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 --help

Other 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

03 Mar 10:55

Choose a tag to compare

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 --help

No pull requests since last release.