PSYaml: PowerShell does YAML

added by DotNetKicks
9/28/2016 3:03:14 PM

534 Views

PSYaml is a simple PowerShell module that I've written that allows you to serialize PowerShell objects to "YAML Ain't Markup Language" (YAML) documents and deserialize YAML documents to PowerShell objects. It uses Antoine Aubry's excellent YamlDotNet library To start, you can simply load the PowerShell file and the manifest from its home on GitHub PSYaml ...


0 comments