If you don't already have the .NET SDK installed, you can install it from dot.net/core.
The autosite tool uses the aspnet-codegenerator tool for code generation.
If you don't have the aspnet-codegenerator tool installed, you can install
it using command line:
dotnet tool install dotnet-aspnet-codegenerator -g
.
You can install the autosite tool by using
dotnet tool install autosite -g
make-autosite site_name
to generate
a new website.