mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Support for a Windows PowerShell platform #70

Open adamretter opened 5 years ago

adamretter commented 5 years ago

See https://github.com/mojohaus/appassembler/issues/79

This adds support for generating scripts for Windows PowerShell.

<platform>windows-ps</platform>

NOTE: This is not yet fully tested and I suspect some quoting issues in the generated PowerShell scripts, but I am opening this PR to see if there is any interest in adding PowerShell support to AppAssembler before I do further work on this...

khmarbaise commented 5 years ago

Can we have a consistent commit message like:

Fixed #70 - Add Support for Windows Powershell 
adamretter commented 5 years ago

@khmarbaise Well this PR is just a work in progress. I mostly wanted feedback from you and the team as to whether this was even desirable? I don't actually need it myself anymore...

khmarbaise commented 5 years ago

I think this is an improvement so If you want continue and ping if you are ready I appreciate to merge this...