Filter By
Displaying results 1 - 2 of 2 (Page 1 of 1)
By:
|
769 downloads
|
Last Updated: 3/17/2019
|
Latest Version: 0.2.0
Gainz: Yaml Allows users to convert to and from yaml and Powershell objects with ConvertTo-Yaml and ConvertFrom-Yaml functions |
By:
|
560 downloads
|
Last Updated: 3/23/2019
|
Latest Version: 0.1.0
# Gz-Yaml Enables conversion between YAML and Powershell objects with ConvertTo-GzYaml and ConvertFrom-GzYaml functions. ```powershell $data = (Get-Content -Raw ./sample.yaml) | ConvertFrom-GzYaml Write-Host $data.label ``` |