You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>A full-stack template using Clean Architecture principles with .NET 9 API backend and Angular 19 frontend, containerized with Docker.</summary>
19
-
<readme>docs\README.md</readme>
19
+
<readme>README.md</readme>
20
20
</metadata>
21
21
<files>
22
22
<!-- Include all template content files but exclude binaries and temp files -->
-`--organization`: Optional organization or company name to be used in namespaces. If specified, namespaces will be formatted as `YourCompany.MyApp.Feature`. If not specified, namespaces will be formatted as `MyApp.Feature`.
98
-
-`--projectName`: The name of the project. Default is `MyApp`.
97
+
-`--Organization`: Optional organization or company name to be used in namespaces. If specified, namespaces will be formatted as `YourCompany.MyApp.Feature`. If not specified, namespaces will be formatted as `MyApp.Feature`.
98
+
-`--ProjectName`: The name of the project. Default is `MyApp`.
99
99
-`--includeAngular`: Boolean flag to indicate whether to include the Angular frontend project. Default is `true`.
100
-
-`-o|--output`: Optional parameter to specify a custom output folder. If not specified, the output folder will be `<organization>.<projectName>` if organization is provided, or just `<projectName>` if it isn't.
100
+
-`-o|--output`: Optional parameter to specify a custom output folder. If not specified, the output folder will be `<Organization>.<ProjectName>` if organization is provided, or just `<ProjectName>` if it isn't.
101
101
102
102
## Output Folder Naming
103
103
104
104
The template uses the following rules to determine the output folder name:
0 commit comments