particle-os-cli/template/templates/modules/files/module.yml
Gerald Pinder 910e0434b6
refactor: Move templates to their own crate (#83)
This PR logically separates out parts of the code to their own crates. This will be useful for future Tauri App development.
2024-02-25 14:45:33 -06:00

9 lines
397 B
YAML

name: files
shortdesc: The files module simplifies the process of copying files to the image during build time.
readme: https://raw.githubusercontent.com/blue-build/cli/main/templates/modules/files/README.md
example: |
type: files
files:
- usr: /usr
# usr: file/folder inside config/files/ to copy (config/files/usr/ in the repository)
# /usr: destination on the final system