The idea is to have a default folder (~/.storage/code-scripts) which could have a folder for each ~/code folder and inside it have PowerShell scripts that would be run everytime a new PowerShell is open on that folder (or on a subfolder of it).
The intention is to automate tasks such as run Set-LocalDatabase project before running dotnet watch run
The idea is to have a default folder (~/.storage/code-scripts) which could have a folder for each ~/code folder and inside it have PowerShell scripts that would be run everytime a new PowerShell is open on that folder (or on a subfolder of it).
The intention is to automate tasks such as run
Set-LocalDatabase project
before runningdotnet watch run