Uh oh!
There was an error while loading. Please reload this page.
📖 [Docs]: Rework README into the standard module landing page - #23
📖 [Docs]: Rework README into the standard module landing page#23Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Standardizes README.md into a lightweight landing page (per Template-PSModule default) by removing detailed command usage and directing users to PowerShell help and hosted docs instead.
Changes:
- Replaces the long-form README introduction/features/usage sections with a brief module description.
- Moves usage guidance to external documentation and
Get-Help/Get-Commanddiscovery. - Simplifies the contributing section to point users to the issue tracker.
💡 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 NATURAL_LANGUAGE |
Add back the three real usage examples (ConvertTo-Base64, ConvertFrom-Base64, Test-Base64), replace the placeholder Get-Help <CommandName> with a real command, and remove the Contributing section per the module landing-page standard.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Super-linter summary
Super-linter detected linting errors For more information, see the GitHub Actions workflow run Powered by Super-linter NATURAL_LANGUAGE |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
What changed
The
Base64README is now a proper module landing page: a concise intro, a one-command Installation section (Install-PSResource), a Usage showcase with three real, runnable examples, and a Documentation section that points to psmodule.io/Base64.User-facing impact
'Hello World' | ConvertTo-Base64'SGVsbG8gV29ybGQ=' | ConvertFrom-Base64'SGVsbG8gV29ybGQ=' | Test-Base64Get-Help -Name ConvertTo-Base64 -Examples) instead of the<CommandName>placeholder.Notes
## Contributingsection per the module landing-page standard.markdownlintconfig.