Skip to content

v0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 03:04
93d2656

⚙️ [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 Yml as a YAML-focused PowerShell module
  • ConvertTo-Yaml placeholder function added (src/functions/public/ConvertTo-Yaml.ps1); throws NotImplementedException until implemented
  • tests/Yml.Tests.ps1 replaces the template test, asserting the placeholder throws as expected
  • examples/General.ps1 updated — {{ NAME }}Yml, example call updated to ConvertTo-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