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
This is a pretty cool tool but I think it would be even better as a PowerShell module thanks to the standards set in PowerShell (Tab completion, naming scheme, argument parsing, and easy installation/updating with PowerShellGet).
Would you be interested in a PR to add such a module to this repository? Or would you prefer me to keep it in my own fork (or not make it at all if you so desire).
Currently I'm thinking of making the following commands:
Get-ViveFeature
Set-ViveFeature
Reset-ViveFeature
Get-ViveSubscription
Add-ViveSubscription
Remove-ViveSubscription
I've taken an initial stab at it here: MartinGC94@7f8bed0 with the Get-ViveFeature command and thought about the parameters for Set-ViveFeature
On a related note, can the library be updated to NET standard 2.0? That would enable it to work with both Windows PowerShell 5.1 and the newer PowerShell 6+ versions
The text was updated successfully, but these errors were encountered:
It's definitely an interesting proposition, haven't really created a PowerShell Module in the past so I'll take a peek at your work 😊
One of the reasons I stick to NetFx is the unrivaled portability and small footprint, however if migrating to newer tech provides significant benefits, I will consider it.
It's definitely an interesting proposition, haven't really created a PowerShell Module in the past so I'll take a peek at your work 😊
One of the reasons I stick to NetFx is the unrivaled portability and small footprint, however if migrating to newer tech provides significant benefits, I will consider it.
.NET standard 2.0 supports running under both .NET framework and .NET core
This is a pretty cool tool but I think it would be even better as a PowerShell module thanks to the standards set in PowerShell (Tab completion, naming scheme, argument parsing, and easy installation/updating with PowerShellGet).
Would you be interested in a PR to add such a module to this repository? Or would you prefer me to keep it in my own fork (or not make it at all if you so desire).
Currently I'm thinking of making the following commands:
I've taken an initial stab at it here: MartinGC94@7f8bed0 with the
Get-ViveFeature
command and thought about the parameters forSet-ViveFeature
On a related note, can the library be updated to NET standard 2.0? That would enable it to work with both Windows PowerShell 5.1 and the newer PowerShell 6+ versions
The text was updated successfully, but these errors were encountered: