Skip to content

Any interest in a PowerShell module? #74

Description

@MartinGC94

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions