poshprotools
poshprotools copied to clipboard
Import form functionality
Right now the designer requires a pretty rigid file structure for the form code. It would be nice to be able to import people's existing scripts so they can work with them in PoshTools.
For what it's worth, I vote for this feature. Really interested in converting my powershell studio forms to poshtools so I can take advantage of my release pipeline (and to stop paying for powershell studio).
@murrahjm I have created a basic script to convert a PowerShell Studio PSF file into a script that PowerShell Pro Tools understands. It's just a start but will eventually be rolled into the Pro Tools as import functionality.
https://github.com/adamdriscoll/poshprotools/blob/master/utilities/ConvertTo-PoshTools.ps1
This is awesome! Testing it out now, found a couple of minor bugs. PR incoming.