Skip to content

Instantly share code, notes, and snippets.

@mattmazzola
Last active February 22, 2022 02:23
Show Gist options
  • Save mattmazzola/ef91e09c3933caaed9416a627e5c4a65 to your computer and use it in GitHub Desktop.
Save mattmazzola/ef91e09c3933caaed9416a627e5c4a65 to your computer and use it in GitHub Desktop.
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