pluginctl/assets
Felipe Martin 0bc6d51b24
Refactor manifest command to use template-based field access
Replace individual subcommands (id, version, has_server, has_webapp) with
a unified 'get {{.field_name}}' pattern that uses Go templates to access
any field from the manifest JSON dynamically.

- Update manifest.go to parse and execute Go templates against manifest data
- Update makefile calls in _setup.mk and versioning.mk to use new syntax
- Update help documentation to reflect template-based usage
- Provides more flexibility for accessing any manifest field without code changes

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 17:50:42 +02:00
..
.github/workflows Add updateassets command with webapp code detection 2025-07-09 16:38:26 +02:00
build Refactor manifest command to use template-based field access 2025-07-28 17:50:42 +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 Fix parseGoModule function to use strings.SplitSeq and improve efficiency 2025-07-15 14:45:11 +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