Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.15 KB

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