https://github.com/santisq/pwshbridge
https://github.com/santisq/pwshbridge
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/santisq/pwshbridge
- Owner: santisq
- License: mit
- Created: 2023-10-01T22:37:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T18:32:02.000Z (over 2 years ago)
- Last Synced: 2025-02-14T03:55:28.532Z (over 1 year ago)
- Language: C#
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PwshBridge
I need a description!
[](https://github.com/santisq/PwshBridge/actions/workflows/ci.yml)
[](https://codecov.io/gh/santisq/PwshBridge)
[](https://www.powershellgallery.com/packages/PwshBridge)
[](https://github.com/santisq/PwshBridge/blob/main/LICENSE)
Give me a summary 😳!
## Documentation
Check out [__the docs__](./docs/en-US/PwshBridge.md) for information about how to use this Module.
## Installation
### Gallery
The module is available through the [PowerShell Gallery](https://www.powershellgallery.com/):
```powershell
Install-Module PwshBridge -Scope CurrentUser
```
### Source
```powershell
git clone 'https://github.com/santisq/PwshBridge.git'
Set-Location ./PwshBridge
./build.ps1
```
## Requirements
Compatible with __Windows PowerShell 5.1__ and [__PowerShell 7+__](https://github.com/PowerShell/PowerShell).
## Contributing
Contributions are more than welcome, if you wish to contribute, fork this repository and submit a pull request with the changes.