You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gaelcolas/Sampler | GitHub - Inspiration on bits and pieces that should be included in a generic PowerShell module repo, and best practices to follow (even though not all are followed here).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Any interaction is a failure of automation. -Elon Musk
Use workflows to react to webhooks (https://github.com/github/github-event-mirror-azure-function)
Module management on a system:
Link collections:
Professional modules
Module Templating and frameworking
PoshCode Actions | GitHub - Did not know this existed untill i started making my own. Approaches are different however.
PoshCode ModuleBuilder | GitHub
Evotec | GitHub
http://ramblingcookiemonster.github.io/
https://github.com/RamblingCookieMonster/
<code.golf>
PowerShell Docs
PowerShell: Scripting
Powershell Team Blog
Inspiration to this page can come from
https://github.com/Microsoft/.github
https://github.com/GitHub/.github
https://github.com/PowerShell/.github
https://github.com/Azure/.github
https://github.com/spotify/.github
https://github.com/sap/.github
https://github.com/actions/.github
https://github.com/PowerShell/whatsnew
Should be built to support:
PSResourceGet | GitHub
PSResourceGet | Microsoft Learn
Top 50 modules
Define quality:
Module manifest:
PowerBI report:
https://msit.powerbi.com/view?r=eyJrIjoiM2E3MDllNDMtNGE4OS00NjdkLWI1ODEtZGI2MGNiYjA1ZmI1IiwidCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsImMiOjV9&pageName=ReportSection
Best practice:
[System.Collections.Generic.List[object]]::new()and then$list.Add($item)[System.Collections.ArrayList]::new()and then$list.Add($item)-joinoperator not+=Get-Content $path | Where-Object { $_.Length -gt 10 }*in...ToExportproperties for a module manifest.@()).Invoke-Expression.-foperator to insert variables.All reactions