Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1000 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 1000 Bytes

PSClippy.FBP.CrossPlatform

The CrossPlatform (Linux, Windows, MAC-OS) FeedbackProvider, for better implementing CrossPlatform Scripts: PSClippy - CrossPlatform

For getting advices to improve cross platform scripts, while scripting

Logo

How it works

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

DemoTime

Side Notes

This module came up as a mixture of two 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.

Dave Caroll did a session about cross platform script integration.