dashboard

UniversalDashboard.Forge

Create desktop apps on Universal Dashboard
Adam Driscoll
save_alt 1803 downloads

ud-forge

Build Desktop Apps with Universal Dashboard

About

Universal Dashboard Forge uses Electron and Electron Forge to build desktops apps with Universal Dashboard.

Installation

Install-Module UniversalDashboard.Forge

Requirements

Dashboard

Your dashboard file needs to be called dashboard.ps1, listen on the specified port and use the -Wait parameter of Start-UDDashboard.

Usage

Package a single ps1 file as a desktop application.

Import-Module UniversalDashboard.Forge
New-UDDesktopApp -Path .\dashboard.ps1 -OutputPath .\out -Name MyApp
.\out\MyApp\out\myapp-win32-x64\MyApp.exe

Package a folder as a desktop application. UDForge will verify that the folder contains a dashboard.ps1 file. This file should call Start-UDDashboard.

Import-Module UniversalDashboard.Forge
New-UDDesktopApp -Path .\dashboard -OutputPath .\out -Name MyApp
.\out\MyApp\out\myapp-win32-x64\MyApp.exe

Installer

An installer is also created in the output directory. This contains all the files necessary for electron, the app and Universal Dashboard.

.\MyApp\out\make\squirrel.windows\x64\myapp-1.0.0 Setup.exe
Install

Install-Module UniversalDashboard.Forge
Version

1.0.7

Last Updated

Thursday, October 10, 2019

Tags

universal-dashboard ud-tool

Author

Adam Driscoll

Type