generator-aspnetcore-codi
v1.0.5
Published
Yeoman Generator for an .NET Core DI-ready Console Application
Downloads
6
Readme
Hi! I'm Codi! You're friendly neighborhood Yeoman .NET Core Console App generator...
The purpose of this generator is to get a DI-ready console application up and running quickly.
Getting Started
- Install yeoman
npm install -g yo
- Intall the generator
npm install -g generator-aspnetcore-codi
- Create a directory for the project
mkdir MyCodi
and navigate into it - Run the generator
yo aspnetcore-codi MyCodi
- Run the project
dotnet run