Skip to content

Commit

Permalink
Add project template
Browse files Browse the repository at this point in the history
  • Loading branch information
amantinband committed Dec 13, 2023
1 parent e290205 commit 24f2a68
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .template.config/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "amantinband",
"classifications": [
"Clean Architecture",
"ASP.NET",
"Web API"
],
"name": "Clean Architecture Template",
"shortName": "clean-arch",
"tags": {
"language": "C#",
"type": "project"
},
"identity": "Amantinband.CleanArchitecture.Template",
"description": "A template for creating a new project using Clean Architecture",
"sourceName": "CleanArchitecture",
"sources": [
{
"source": "./",
"target": "./",
"exclude": [
".git/**",
".gitignore",
".template.config/**/*"
]
}
]
}
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"rollForward": "latestMinor",
"version": "8.0.100"
}
}
2 changes: 1 addition & 1 deletion requests/Reminders/CreateReminder.http
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Authorization: Bearer {{token}}

{
"text": "let's do it",
"dateTime": "2025-2-26"
"dateTime": "2025-02-26"
}

0 comments on commit 24f2a68

Please sign in to comment.