The purpose of this generator is to get a DI-ready console application up and running quickly.
Getting Started
1. Install yeomannpm install -g yo 2. Intall the generatornpm install -g generator-aspnetcore-codi 3. Create a directory for the project mkdir MyCodi and navigate into it
4. Run the generatoryo aspnetcore-codi MyCodi 5. Run the project dotnet run