Startup script #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a script that prepares the project for use, it can be interactive but it should aim to reduce any ambiguity to getting started with the project. I am currently developing this project on dotnet core but I would like for this script to be compatible with any environment. For the time being I will develop a script for Unix-like enviornments, notably the Linux environment. I could choose to create a Bash script or write a dotnet core program to automate the getting started process. The latter makes it easier to use on other environments. I will have to decide when I get there later.