Last active
February 22, 2022 02:23
-
-
Save mattmazzola/ef91e09c3933caaed9416a627e5c4a65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
md Service | |
cd Service | |
dotnet new sln | |
dotnet new gitignore | |
dotnet new webapi -n Articles.Api | |
dotnet sln add Articles.Api | |
git add -A | |
git commit -m "Initial Commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment