Skip to content

Sample .NET Core console application following vertical slice architecture

License

Notifications You must be signed in to change notification settings

garoyeri/sample-console-app-net-core-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperTool

SuperTool is a sample console application following vertical slice architecture and features command line processing superpowers.

Build and Run

Make sure you've got .NET Core SDK 8.0 from the usual place on the Internet.

dotnet build
dotnet run -p src/SuperTool -- math -l 2 -r 3 -op add

Components

This sample is built on the shoulders of the following libraries:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate. (no tests yet, but we'll get there)

License

MIT

About

Sample .NET Core console application following vertical slice architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages