📖 [Docs]: README pages now use the standard module landing-page format#7
📖 [Docs]: README pages now use the standard module landing-page format#7Marius Storhaug (MariusStorhaug) wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Standardizes README.md into a lightweight module landing page, aligning with the stated goal of moving detailed usage into PowerShell help and generated documentation while clearly indicating the repository’s current stub/in-progress status.
Changes:
- Replaced detailed installation and usage examples with a short project description and status section.
- Added explicit guidance that command details should live in PowerShell help/generated docs rather than the README.
- Simplified contributing guidance to reflect that implementation work has not started.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Summary
The
Hclmodule README is now a proper landing page in the standard PSModule format instead of an "in progress" placeholder notice.What changed
.tf/.tfvars/locals {}, convert objects to HCL).## InstallationusesInstall-PSResource.## Usageshows three realistic examples with the exported commandsConvertFrom-HclandConvertTo-Hcl(parse alocalsblock, parse a.tfvarsfile, convert a PowerShell object to HCL).## Documentationpoints to psmodule.io/Hcl and showsGet-Command/Get-Help -Examplesdiscovery.## Contributingsection.Only
README.mdwas changed.