Skip to content

Commit a94335b

Browse files
authored
Update README.md
1 parent e3c1b2d commit a94335b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# net-core-cli-boilerplate
22
.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

Comments
 (0)