installer updates, bmd module added and moved out of src, created a plan for module installation tool for custom modules, minor flow improvements

This commit is contained in:
Brian Madison
2025-10-19 11:59:27 -05:00
parent eb9a214115
commit 0a048f2ccc
69 changed files with 5244 additions and 617 deletions

View File

@@ -168,7 +168,7 @@
```
{{module_code}}/
├── _module-installer/
│ ├── install-module-config.yaml
│ ├── install-config.yaml
│ ├── installer.js (optional)
│ └── assets/ # Files to copy during install
├── config.yaml # Runtime configuration
@@ -261,7 +261,7 @@ data_folder: "{{determined_module_path}}/data"
<step n="7" goal="Setup module installer">
<action>Load installer templates from: {installer_templates}</action>
Create install-module-config.yaml:
Create install-config.yaml:
```yaml
# {{module_name}} Installation Configuration