{"id":28372848,"url":"https://github.com/krlan2789/lancustomtemplate_dotnet","last_synced_at":"2026-05-19T07:37:01.525Z","repository":{"id":270748380,"uuid":"910729319","full_name":"krlan2789/LanCustomTemplate_DOTNET","owner":"krlan2789","description":".NET Project - Custom Template when creating new .NET Core project","archived":false,"fork":false,"pushed_at":"2025-08-29T04:52:46.000Z","size":325,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T14:52:28.189Z","etag":null,"topics":["asp-net","asp-net-core","clean-architecture","csharp","dotnet","template-project"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krlan2789.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-01T08:12:56.000Z","updated_at":"2025-08-29T04:52:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f77008a7-5bff-4572-8d19-cb1e4c733b8c","html_url":"https://github.com/krlan2789/LanCustomTemplate_DOTNET","commit_stats":null,"previous_names":["krlan2789/lancustomtemplate","krlan2789/lancustomtemplate-dotnet","krlan2789/lancustomtemplate_dotnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krlan2789/LanCustomTemplate_DOTNET","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krlan2789%2FLanCustomTemplate_DOTNET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krlan2789%2FLanCustomTemplate_DOTNET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krlan2789%2FLanCustomTemplate_DOTNET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krlan2789%2FLanCustomTemplate_DOTNET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krlan2789","download_url":"https://codeload.github.com/krlan2789/LanCustomTemplate_DOTNET/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krlan2789%2FLanCustomTemplate_DOTNET/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33151625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net","asp-net-core","clean-architecture","csharp","dotnet","template-project"],"created_at":"2025-05-29T16:41:34.735Z","updated_at":"2026-05-17T19:03:06.338Z","avatar_url":"https://github.com/krlan2789.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LanCustomTemplate_DOTNET\n\nASP.NET Project - Custom Template when creating new ASP.NET Core project\n\n## About The Template\n\nThis template demonstrates a practical application of Clean Architecture, Domain-Driven Design (DDD), and Command Query Responsibility Segregation (CQRS) patterns in a ASP.NET Core project. It provides a solid foundation for building maintainable and testable applications by organizing code into clear layers and separating concerns.\n\n- Follows Clean Architecture principles\n- Follows Domain-Driven Design principles\n- Follows Command Query Responsibility Segregation principles\n- Custom Command/Query-DTO Mapping\n- Middleware for Logging\n- Tokenization Service (JWT)\n- Hashing Helper\n- Slug Helper\n- Database Context Config (SQLite/SQL Server/PostgreSQL)\n- Data Seeder in Development Environment\n- Setup OpenAPI Documentation with Scalar\n\n## How to use\n\n1. Go to template directory:\n\n    ```shell\n    $ cd CustomTemplate_CA_API/\n    ```\n\n2. Install template:\n\n    ```shell\n    $ dotnet new install .\n    ```\n\n3. Uninstall template:\n\n    ```shell\n    $ dotnet new uninstall .\n    ```\n\n4. Check if the template is installed:\n\n    ```shell\n    $ dotnet new --list\n\n    # Results\n    ...\n    These templates matched your input:\n\n    Template Name                           Short Name                             Language    Tags\n    --------------------------------------  -------------------------------------  ----------  ------------------------------------------------------------------------------------\n    .Laness - ASP.NET Core Web API \u003c--New   laness-webapi                          [C#]        Web/API/Web API/ASP.NET Core/C#/Clean Architecture\n    .NET Aspire App Host                    aspire-apphost                         [C#]        Common/.NET Aspire/Cloud\n    .NET Aspire Empty App                   aspire                                 [C#]        Common/.NET Aspire/Cloud/Web/Web API/API/Service\n    .NET Aspire Service Defaults            aspire-servicedefaults                 [C#]        Common/.NET Aspire/Cloud/Web/Web API/API/Service\n    .NET Aspire Starter App                 aspire-starter                         [C#]        Common/.NET Aspire/Blazor/Web/Web API/API/Service/Cloud\n    .NET Aspire Test Project (MSTest)       aspire-mstest                          [C#]        Common/.NET Aspire/Cloud/Web/Web API/API/Service/Test\n    .NET Aspire Test Project (NUnit)        aspire-nunit                           [C#]        Common/.NET Aspire/Cloud/Web/Web API/API/Service/Test\n    .NET Aspire Test Project (xUnit)        aspire-xunit                           [C#]        Common/.NET Aspire/Cloud/Web/Web API/API/Service/Test\n    .NET MAUI App                           maui                                   [C#]        MAUI/Android/iOS/macOS/Mac Catalyst/Windows/Tizen/Mobile\n    .NET MAUI Blazor Hybrid App             maui-blazor                            [C#]        MAUI/Android/iOS/macOS/Mac Catalyst/Windows/Tizen/Blazor/Blazor Hybrid/Mobile\n    ...\n    ```\n5. Test, creating new project with new template:\n\n    ```shell\n    $ dotnet new laness-webapi -o MyNewProject\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrlan2789%2Flancustomtemplate_dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrlan2789%2Flancustomtemplate_dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrlan2789%2Flancustomtemplate_dotnet/lists"}