An open API service indexing awesome lists of open source software.

https://github.com/santisq/pwshbridge


https://github.com/santisq/pwshbridge

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          



PwshBridge



I need a description!


[![build](https://github.com/santisq/PwshBridge/actions/workflows/ci.yml/badge.svg)](https://github.com/santisq/PwshBridge/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/santisq/PwshBridge/branch/main/graph/badge.svg)](https://codecov.io/gh/santisq/PwshBridge)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/PwshBridge?label=gallery)](https://www.powershellgallery.com/packages/PwshBridge)
[![LICENSE](https://img.shields.io/github/license/santisq/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.