Package-Script-Writer icon indicating copy to clipboard operation
Package-Script-Writer copied to clipboard

Source code for the Package Script Writer tool website

Results 14 Package-Script-Writer issues
Sort by recently updated
recently updated
newest added

Thinking something like this? ```powershell # Ensure we have the version specific Umbraco templates $templateList = dotnet new uninstall | Out-String $packageVersion = $templateList | Select-String '(?s)Umbraco.Templates.*Version: (.*?)\r\n'| Select-Object -expand...

If you build a URL with a version that does not exist, then it builds a script with no version, which for a novice might go unnoticed. For example, if...

Thanks for the cool tool @prjseal! This may not be your focus, but I was really hoping that it would let me switch major versions without having to go figure...

There are a number of duplicate entries on the page. The following list all have at least one duplicate and some have two: Absurd Umbraco OpenAI ActiveCampaign ActiveCampaign with Umbraco...

If you use double quotes and the password contains a $ symbol, powershell thinks it is a variable. But if it uses single quotes, it will take it as an...

It would be nice to be able to choose what type of .gitignore rules are installed (or none at all). A dropdown with three options (Full (default), Minimal, None) that...

As the option `Create a Solution File` creates a solution in the current directory, it would be nice if there was also an option to nest this solution in a...

Hi, When testing PSW with default config -latest CMS version with clean starter kit, it fails with error here: ![image](https://github.com/user-attachments/assets/6494ad20-a717-4eb2-a3a1-bd794148ba57) Others on the hackathon today also tried and could recreate....

Further enhancements could be - Option to create a step to build the docker image locally - Option to run the site in Docker instead of locally Happy to pick...

As you're building a solution file and adding it, it would be quite nice to have a global.json in the root This could also be tied to specific SDK versions...