Phosphor
Phosphor copied to clipboard
A library and PowerShell module for generating user interfaces from PowerShell modules
I just stumbled across this project after trying to find a way to automatically generate UI from a PowerShell module. The goals of this project match mine 100%, so I...
Following the build script instructions in the [README.md](https://github.com/PowerShell/Phosphor/blob/master/README.md) on macOS 10.12.5 results in an error. PowerShell version: ``` Name Value ---- ----- PSVersion 6.0.0-beta PSEdition Core BuildVersion 3.0.0.0 CLRVersion GitCommitId...
The npm build failed with following error: `At D:\Dev\projects\git\Phosphor\Phosphor.build.ps1:121 char:1 + task Build BuildModule, BuildClient + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Build FAILED. 4 tasks, 1 errors, 0 warnings 00:00:23.4323402 npm.cmd : typings WARN...
The project needs to show the status of the build for OS/Linux platform [i.e. travis.ci]
`Register-PhosphorService` should make it easy to register a Windows Service (potentially on Linux too if there's a standard way to do so) that serves the Phosphor portal on a configured...
Definitely need to have a way to enable HTTPS on the ASP.NET Core service.
I needed to install the Microsoft .NET Framework 4.5.1 Developer Pack to successful build the DLL. Else you get an error like ` D:\Dev\projects\git\Phosphor\.dotnet\sdk\1.0.0\Microsoft.Common.CurrentVersion.targets(1111,5): error MSB3644: The reference assemblies for...
Hi @daviwil , we have talked about this feature request on the psconfeu yesterday, after your very nice talk. You may take a look at https://github.com/inchara/ShowDscResource . Inchara Shivalingaiah has...
This mode should allow you to easily select which commands and parameters should be available in a JEA role capability file. In theory, you could start with the same UI...
We're currently using Angular 2 for the web-based user interface. Angular's framework is fairly complex and might be a barrier to entry for people who don't have a lot of...