Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironmansoftware/universal-code
Visual Studio Code extension for PowerShell Universal
https://github.com/ironmansoftware/universal-code
powershell universal webdev
Last synced: 10 days ago
JSON representation
Visual Studio Code extension for PowerShell Universal
- Host: GitHub
- URL: https://github.com/ironmansoftware/universal-code
- Owner: ironmansoftware
- License: mit
- Created: 2020-09-03T17:46:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T18:26:01.000Z (5 months ago)
- Last Synced: 2024-08-01T05:19:40.244Z (3 months ago)
- Topics: powershell, universal, webdev
- Language: TypeScript
- Homepage: https://ironmansoftware.com/powershell-universal
- Size: 1.75 MB
- Stars: 8
- Watchers: 6
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-powershell-universal - VS Code Extension - Source code for the PSU VS Code extension. (Repositories)
README
# PowerShell Universal
PowerShell Universal is a single of pane of glass to manage your automation environment. This extension helps in the development of tools using PowerShell Universal.
- [Documentation](https://docs.ironmansoftware.com)
- [Forums](https://forums.ironmansoftware.com)
- [Purchasing](https://ironmansoftware.com/pricing/powershell-universal)## Features
### APIs
![](https://github.com/ironmansoftware/universal-code/raw/master/images/apis.png)
- View APIs
- Automatically insert `Invoke-RestMethod` to call APIs
- Edit APIs### Dashboards
![](https://github.com/ironmansoftware/universal-code/raw/master/images/dashboards.png)
- View dashboards
- Open Dashboard scripts
- Restart Dashboards
- View Dashboard log
- Debug Dashboard Process### Scripts
![](https://github.com/ironmansoftware/universal-code/raw/master/images/scripts.png)
- View scripts
- Edit scripts
- Run scripts and receive notifications on job status### Configuration
![](https://github.com/ironmansoftware/universal-code/raw/master/images/config.png)
- Edit configuration scripts
### Samples
Automatically insert samples from the [PowerShell Universal Sample Repository](https://github.com/ironmansoftware/universal-samples)
## Requirements
- Windows, Linux or Mac
- PowerShell v5.1 or later
- Modern Web Browser## Extension Settings
This extension contributes the following settings:
* `powershellUniversal.appToken`: An app token for communicating with the Universal REST API. An app token will be granted the first time the extension starts up.
* `powershellUniversal.url`: The URL to your PowerShell Universal server.
* `powershellUniversal.samplesDirectory`: Directory for samples.
* `powershellUniversal.syncSamples`: Whether to synchronize samples from GitHub.
* `powershellUniversal.localEditing`: Whether to edit local configuration files or using the REST API
* `powershellUniversal.connections`: An array of connections.