Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-ebp committed Nov 14, 2022
1 parent 79115d5 commit 8ee08a5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions My.DDD.CQRS.Temp6.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "My.DDD.CQRS.Temp6.Contracts
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "7.Solution items", "7.Solution items", "{B74E2DE2-522E-4ACF-A6BB-76B3487690F8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.template.config\template.json = .template.config\template.json
vstemplate.xml = vstemplate.xml
EndProjectSection
Expand Down
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# My.DDD.CQRS.Temp6.Api
# My.DDD.CQRS.Temp6.Api

# Installation de la template

Prérequis : .Net SDK

Cloner le dépot de la solution.
Dans un terminal, à la racine du dépot, entrer la commande :
`dotnet new install .`
Cela rendra la template disponible dans Visual Studio (nouveau projet) et avec la commande :
`dotnet new my-ddd-api -n VOTRE.NOUVEAU.MICROSERVICE`

2 cas de figure:
1. Cloner un nouveau dépot vide puis dans ce dépot, lancer :
`dotnet new my-ddd-api -n VOTRE.NOUVEAU.MICROSERVICE -o .`
2. Créer la solution avec la commande suivante puis initialiser votre dépot à partir du nouveau dossier de solution
`dotnet new my-ddd-api -n VOTRE.NOUVEAU.MICROSERVICE`

Note:
Si vous utilisez l'option de template `-in false` ou `--includeTest false`, il faudra supprimer les projets de tests de votre solution.

Pour lister les templates installées :
`dotnet new --list`

Pour désinstaller la template, dans un terminal, à la racine du dépot, entrez la commande :
`dotnet new uninstall .`

0 comments on commit 8ee08a5

Please sign in to comment.