Commit 6bbbaf4
François Chastanet
Add embedded file handling
- Embed default templates in bash-compiler
- folder can be referenced using DEFAULT_TEMPLATE_FOLDER environment variable
- templates can be overridden using TEMPLATES_ROOT_DIR in .bash-compiler
- Implemented CopyEmbeddedFiles function to facilitate copying embedded files.
- Added tests for file copying functionality.
- Created copilot instructions for commit message formatting and GitHub workflow.1 parent cda4b35 commit 6bbbaf4
34 files changed
Lines changed: 126 additions & 0 deletions
File tree
- .github
- cmd/bash-compiler
- defaultTemplates
- annotations
- command
- arg
- option
- embed
- internal/utils/files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments