Skip to content

Commit

Permalink
docs: add documentation for template options
Browse files Browse the repository at this point in the history
  • Loading branch information
EnisMulic committed Nov 4, 2023
1 parent 130f399 commit f511e61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ dotnet new install ./VerticalSliceMinimalApi
dotnet new vsma --name ProjectName
```

## Synopsis
```
dotnet new vsma --name [ProjectName]
[-gh|--git-host [Github|AzureDevOps|None]]
```

### Options

* `--name [ProjectName]`
Specify the name of the project you are creating, this will replace all occurrences of `ProjectName` in the template with the name you pass in.

* `-gh|--git-host [Github|AzureDevOps|None]`
Choose the platform you will host your projects git repository, this will give you a base CI workflow, pull request template, and anything specific to the platform that might be of use. The default value is `None`.

## How to Run

To start the app run:
Expand Down

0 comments on commit f511e61

Please sign in to comment.