thomazmoura / dev-environment

Dev Environment for developing with NeoVim
MIT License
4 stars 0 forks source link

Create solution to auto run scripts based on folder #16

Closed thomazmoura closed 2 years ago

thomazmoura commented 2 years ago

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