├── LICENSE ├── README.md ├── UniversalDashboard.Forge.psd1 ├── UniversalDashboard.Forge.psm1 ├── images └── forge.gif ├── index.js └── test ├── Forge.Tests.ps1 ├── dashboard.ps1 └── dashboard ├── dashboard.ps1 └── othercontent.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/README.md -------------------------------------------------------------------------------- /UniversalDashboard.Forge.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/UniversalDashboard.Forge.psd1 -------------------------------------------------------------------------------- /UniversalDashboard.Forge.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/UniversalDashboard.Forge.psm1 -------------------------------------------------------------------------------- /images/forge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/images/forge.gif -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/index.js -------------------------------------------------------------------------------- /test/Forge.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/test/Forge.Tests.ps1 -------------------------------------------------------------------------------- /test/dashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/test/dashboard.ps1 -------------------------------------------------------------------------------- /test/dashboard/dashboard.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ironmansoftware/ud-forge/HEAD/test/dashboard/dashboard.ps1 -------------------------------------------------------------------------------- /test/dashboard/othercontent.txt: -------------------------------------------------------------------------------- 1 | Hello! --------------------------------------------------------------------------------