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.
- Host: GitHub
- URL: https://github.com/pimbrouwers/generator-aspnetcore-codi
- Owner: pimbrouwers
- License: mit
- Created: 2017-08-17T13:26:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T16:44:52.000Z (over 7 years ago)
- Last Synced: 2025-03-10T06:58:58.782Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)