Releases: PSModule/Yml
Releases · PSModule/Yml
Release list
v0.0.1
⚙️ [Maintenance]: Initialize Yml as a placeholder module (#1)
Converts the repository from the generic PSModule template into a named placeholder module for Yml.
New: Yml module scaffold
- README updated to describe
Ymlas a YAML-focused PowerShell module ConvertTo-Yamlplaceholder function added (src/functions/public/ConvertTo-Yaml.ps1); throwsNotImplementedExceptionuntil implementedtests/Yml.Tests.ps1replaces the template test, asserting the placeholder throws as expectedexamples/General.ps1updated —{{ NAME }}→Yml, example call updated toConvertTo-Yaml
Technical Details
All {{ NAME }} template tokens and Get-PSModuleTest scaffold artifacts removed. No functional logic introduced; this is purely wiring the module identity into the framework.
Related issues
Original prompt
Make this a placeholder module called Yml