Quick Tip: How to run powershell script after 'dotnet new'
This quick tip is about how to run a powershell script after the template is created.
I like the new templating engine. It has already a lot of features and they work well.
It is possible to run any external command after the template is created with the
built-in action.
The key difference is to set the powershell
as executable and pass the script with the parameter -File
.