🩹 [Patch]: Reset module layout (#16)
The module now ships a minimal 0.0.2 surface with one public command and one focused test, removing placeholder scaffolding and unused example content.
Changed: Minimal module surface for v0.0.2
Users now get a single public command, Get-Toml, which reads TOML file content from a provided path. Placeholder module assets and non-essential scaffolding under src were removed so the published package contains only the intended baseline behavior.
Technical details
src\functions\public\Get-Toml.ps1is the only remaining public function source file.tests\Toml.Tests.ps1now contains one test forGet-Tomlreading raw TOML content from a file.src\manifest.psd1version was updated to0.0.2.- Placeholder files under
srcand theexamplescontent were removed.
Related issues
-No linked issue (opened on explicit maintainer instruction).