pluginctl/assets
Felipe Martin c1399f5107
Add tools command for direct binary downloads from GitHub releases
Introduces a new 'tools' command that installs development tools (golangci-lint, gotestsum)
by downloading pre-built binaries directly from GitHub releases instead of using 'go get -tool'.
This prevents modifications to plugin go.mod files and improves build reliability.

Features:
- Cross-platform support (Windows, macOS, Linux) with automatic architecture detection
- Version-specific binary naming with symlinks for easy access
- Configurable installation directory via --bin-dir flag
- Tar.gz archive extraction with binary validation
- Updated Makefile integration to use downloaded binaries

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 13:44:05 +02:00
..
.github/workflows Add updateassets command with webapp code detection 2025-07-09 16:38:26 +02:00
build Add tools command for direct binary downloads from GitHub releases 2025-08-04 13:44:05 +02:00
webapp chroe: updated webapp files 2025-07-28 18:01:22 +02:00
.editorconfig Add updateassets command with webapp code detection 2025-07-09 16:38:26 +02:00
.gitattributes Refactor codebase with improved structure and logging 2025-07-14 17:14:12 +02:00
.gitpod.yml Refactor codebase with improved structure and logging 2025-07-14 17:14:12 +02:00
.golangci.yml Add tools command for direct binary downloads from GitHub releases 2025-08-04 13:44:05 +02:00
.nvmrc Refactor codebase with improved structure and logging 2025-07-14 17:14:12 +02:00
Makefile Add create-plugin command and improve asset management 2025-07-28 16:02:57 +02:00