Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any interest in a PowerShell module? #74

Open
MartinGC94 opened this issue Nov 27, 2022 · 1 comment
Open

Any interest in a PowerShell module? #74

MartinGC94 opened this issue Nov 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@MartinGC94
Copy link

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

@thebookisclosed
Copy link
Owner

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.

@thebookisclosed thebookisclosed added the enhancement New feature or request label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants