An ASP.NET Core tool for generating static websites from MVC views.
The Static Site Generator is a project designed for c# developers to take advantage of inexpensive or free hosting options through static files while still being able to utilize familiar ASP.NET MVC concepts. By converting Views into HTML files, developers can create an initial static site that can later be updated to a dynamic website backed by ASP.NET Core without having to start from scratch. The project is divided into two packages, the main logic package, TerevintoSoftware.StaticSiteGenerator, which depends on ASP.NET Core, and the TerevintoSoftware.StaticSiteGenerator.Tool package, which contains a .NET Tool that can be invoked to perform the generation.