/PSClippy.FBP.GeneralAdvice

FeedBackProvider which points to general best practies while writing scripts

Primary LanguagePowerShellMIT LicenseMIT

PSClippy.FBP.GeneralAdvice

The general advice FeedbackProvider, for general best practices: PSClippy - General Advice

For getting advices to implement best practices, while scripting

Logo

How it works

  • Install module 'PSClippy.FBP.GeneralAdvice'
  • Install module ScriptFeedbackProvider by Justin Grote
  • Import module 'PSClippy.FBP.GeneralAdvice'
  • Enable Experimental-Feature PSFeedbackProvider
  • Start Scripting

Demo Time

DemoTime

Covered Topics

How to contribute

Found an edge case what my providers are missing? Have a good idea a topic which is not coved? Feel free to create an issue and I will try to implement it as soon as possible.

Side Notes

This module came up based on a sessions I´ve seen at the PowerShell + Devops Global Summit in 2024.

Justin Grote introduces in his session how FeedbackProvider in PowerShell works and he showed his ScriptFeedBackProvider Module.