An open API service indexing awesome lists of open source software.

https://github.com/pimbrouwers/generator-aspnetcore-codi

Hi! I'm Codi! You're friendly neighborhood Yeoman .NET Core Console (with dependency injection) generator.
https://github.com/pimbrouwers/generator-aspnetcore-codi

Last synced: 26 days ago
JSON representation

Hi! I'm Codi! You're friendly neighborhood Yeoman .NET Core Console (with dependency injection) generator.

Awesome Lists containing this project

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

1. Install [yeoman](https://github.com/yeoman/yo) `npm install -g yo`
2. Intall the [generator](https://github.com/pimbrouwers/generator-aspnetcore-codi) `npm install -g generator-aspnetcore-codi`
3. Create a directory for the project `mkdir MyCodi` and navigate into it
4. Run the [generator](https://github.com/pimbrouwers/generator-aspnetcore-codi) `yo aspnetcore-codi MyCodi`
5. Run the project `dotnet run`

## License
[MIT License](https://github.com/pimbrouwers/generator-aspnetcore-console/blob/master/LICENSE)