We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c1b2d commit a94335bCopy full SHA for a94335b
README.md
@@ -1,2 +1,14 @@
1
# net-core-cli-boilerplate
2
.NET Core CLI Boilerplate
3
+
4
+## Goal
5
6
+To create a starting point for new CLI projects that are to be build using .NET Core.
7
8
+## Features
9
10
+Use a command-line parser to parse arguments provided to the cli, matching industry standard syntax, using verbs and -/-- parameters.
11
+Dependency injection using AutoFac to create clean, testable code.
12
+Unit testing to promote Test Driven Development (TDD).
13
+Common logic for handling of Console read, output and error streams.
14
+Handling Exit Codes to notify calling scripts of errors.
0 commit comments