As Kodlama.io, we have chosen to unveil examples of finalized projects. Natively integrated with Clean Architecture principles, nArchitecture CLI tool epitomizes cutting-edge development methodologies. This monolithic project incorporates Clean Architecture, CQRS, Advanced Repository patterns, Dynamic Querying capabilities, JWT and OTP authentication mechanisms, Google & Microsoft Auth integration, Role-Based Management systems, Distributed Caching powered by Redis, Logging functionalities leveraging Serilog, Elastic Search functionalities, and a feature-rich Code Generator. By actively contributing, you not only bolster the project but also acquire invaluable insights and expertise.
To get a local copy up and running follow these simple steps.
- .NET 8
-
Install the tool globally:
dotnet tool install --global NArchitecture.Gen
You can also install the tool locally in the project:
- Create dotnet tool manifest:
dotnet new tool-manifest
- Install the tool locally:
dotnet tool install NArchitecture.Gen
- Run
nArchGen
command in project solution directory.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the project and clone your local machine
-
Create your Feature Branch:
git checkout -b <Feature>/<AmazingFeature>
-
Develop
-
Commit your Changes:
git add . && git commit -m '<SemanticCommitType>(<Scope>): <AmazingFeature>'
๐ก Check Semantic Commit Messages.
๐ก You can also use Commitizen CLI.
-
Push to the Branch:
git push origin <Feature>/<AmazingFeature>
-
Open a Pull Request
- If not, Install dotnet tool
dotnet tool restore
. - Run anaylsis command
dotnet roslynator analyze
- If not, Install dotnet tool
dotnet tool restore
. - Run format command
dotnet csharpier .
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/kodlamaio-projects/nArchitecture.Gen