Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironmansoftware/powershell-universal-template
A template repository for creating and publishing PowerShell Universal Templates
https://github.com/ironmansoftware/powershell-universal-template
Last synced: 19 days ago
JSON representation
A template repository for creating and publishing PowerShell Universal Templates
- Host: GitHub
- URL: https://github.com/ironmansoftware/powershell-universal-template
- Owner: ironmansoftware
- License: mit
- Created: 2023-01-16T20:35:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T00:26:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T05:19:40.602Z (4 months ago)
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-powershell-universal - Template for Templates - A GitHub template repository for building templates. (Examples)
README
![](./ims-logo.png)
# PowerShell Universal Template
This repository is used for creating PowerShell Universal Templates. You can create a new repository based on this one to publish your own templates.
## Creating a Template
First, create a new repository based on this template. Clone the repository locally and add your files to it. Add your files from `C:\ProgramData\UniversalAutomation\Repository` to the repository. Update the manifest and with the name, description and version of your template. Push the changes to GitHub. Once you're satisfied with the template, you can publish to our website.
## Publishing a Template
Login to [Ironman Software](https://ironmansoftware.com/account) and generate a template token. In GitHub, navigate to Settings \ Secrets and Variables and click Actions. Create a new secret named `TOKEN` with the value of your token. Run the Publish GitHub action.