📖 [Docs]: README pages now use the standard module landing-page format#22
📖 [Docs]: README pages now use the standard module landing-page format#22Marius Storhaug (MariusStorhaug) wants to merge 4 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR replaces the README template placeholders with repository-specific documentation for the Json PowerShell module, including install instructions, command summaries, and usage examples.
Changes:
- Replaced template title/description with module-specific overview text.
- Documented prerequisites and PowerShell Gallery installation steps using
Install-PSResource. - Added a command list, practical usage examples, and links to examples and hosted documentation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Super-linter summary
Super-linter detected linting errors For more information, see the GitHub Actions workflow run Powered by Super-linter MARKDOWN |
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 README.md for the Json module now follows the standard PSModule landing-page format, so users get a clear, task-focused entry point instead of leftover template scaffolding.
What changed
Format-Json(pretty-print / minify),Import-JsonandExport-Json(read/write JSON files).No source code changes — documentation only.