https://github.com/arnos-stuff/yamlup
A small YAML Schema validator for Windows Setup files (automating new Windows package installs)
https://github.com/arnos-stuff/yamlup
Last synced: about 1 year ago
JSON representation
A small YAML Schema validator for Windows Setup files (automating new Windows package installs)
- Host: GitHub
- URL: https://github.com/arnos-stuff/yamlup
- Owner: arnos-stuff
- Created: 2023-04-06T23:03:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T23:39:08.000Z (about 3 years ago)
- Last Synced: 2025-03-27T13:13:02.635Z (about 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YAML based Windows setup files with schema validation
As as example, consider this [README for a windows scoop-based setup](out.md).
This was produced entirely using this module's CLI from the [YAML setup file](tests/setup.yml).
The command you need is
```shell
yamlup render /path/to/setup.yml -o /path/to/README.md
```
This module doesn't have any other aims besides setup schema validation and formatting its contents.