An open API service indexing awesome lists of open source software.

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)

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.