DEV Community

Discussion on: My .NET Core Setup for MacOS/Linux

Collapse
 
galdin profile image
Galdin Raphael

Nice post!

A quick tip -- to create a quick project I do something like:

dotnet new console --name FooBar

That will create the console app within a FooBar folder with lesser keystrokes :)