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

https://github.com/chadnpc/jsoncli

JsonCli wrapper
https://github.com/chadnpc/jsoncli

Last synced: over 1 year ago
JSON representation

JsonCli wrapper

Awesome Lists containing this project

README

          

## [JsonCli](https://www.powershellgallery.com/packages/JsonCli)

Jc wrapper for powershell, so we can create PsObjects from bash command's string
output

## Usage

```bash
yay jc #Todo: add xplatform installer script later
```

&

```PowerShell
Install-Module JsonCli
```

then

```PowerShell
Import-Module JsonCli
# do stuff here.
```

## License

This project is licensed under the [WTFPL License](LICENSE).