https://github.com/chadnpc/jsoncli
JsonCli wrapper
https://github.com/chadnpc/jsoncli
Last synced: over 1 year ago
JSON representation
JsonCli wrapper
- Host: GitHub
- URL: https://github.com/chadnpc/jsoncli
- Owner: chadnpc
- License: wtfpl
- Created: 2024-12-05T18:58:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T19:10:19.000Z (over 1 year ago)
- Last Synced: 2025-02-10T01:31:39.379Z (over 1 year ago)
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/JsonCli
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).