pluginctl/assets
Felipe Martin 2e2a95d7d6
Add GoModule support to template context and update gitignore
- Add GoModule struct with Module and Version fields
- Parse go.mod file to extract module name and Go version
- Expose GoModule in template context as {{.GoModule}}
- Update asset templates to use {{.GoModule}} instead of hardcoded values
- Add gitignore pattern for testdata directories (keep only plugin.json files)
- All templates now have access to both manifest and Go module information

Templates can now use:
- {{.GoModule.Module}} for module name
- {{.GoModule.Version}} for Go version
- {{if .GoModule}}...{{end}} for conditional logic

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 22:16:41 +02:00
..
.github/workflows Add updateassets command with webapp code detection 2025-07-09 16:38:26 +02:00
build Add GoModule support to template context and update gitignore 2025-07-14 22:16:41 +02:00
webapp Add updateassets command with webapp code detection 2025-07-09 16:38:26 +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 GoModule support to template context and update gitignore 2025-07-14 22:16:41 +02:00
.nvmrc Refactor codebase with improved structure and logging 2025-07-14 17:14:12 +02:00
Makefile Refactor codebase with improved structure and logging 2025-07-14 17:14:12 +02:00