GuilhermeStracini / cqrs-boilerplate-dotnet

💡 🏗️ A boilerplate CQRS (API + Worker) template for .NET
https://guilhermestracini.github.io/cqrs-boilerplate-dotnet/
MIT License
5 stars 1 forks source link

[FEATURE] Create `initial-setup.sh` to allow this to run in Linux/Mac environment #6

Closed guibranco closed 5 months ago

guibranco commented 10 months ago

Create a file named initial-setup.sh to allow the automated process of setup to run from a Linux or Mac environment.

The file should do the same steps that the initial-setup.ps1 already does for Windows environments.