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
Copy file name to clipboardExpand all lines: README.md
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,18 @@
14
14
15
15
---
16
16
17
-
## 🚀 Overview
18
-
17
+
## Overview
19
18
SourceFlow.Net empowers developers to build scalable, maintainable applications by providing a complete toolkit for event sourcing, domain modeling, and command/query separation. Built from the ground up for .NET 9.0 with **performance** and **developer experience** as core priorities.
20
19
21
-
## 🌟 Why SourceFlow.Net?
22
-
### ✨ Key Features
20
+
## Why SourceFlow.Net?
21
+
### Key Features
23
22
* 🏗️ Domain-Driven Design Support
24
23
* ⚡ CQRS Implementation with Command/Query Segregation
25
24
* 📊 Event-First Design with Event Sourcing Foundation
26
25
* 🧱 Clean Architecture
27
26
28
-
## 🏁 Getting Started
29
-
### 🏢 Installation
27
+
## Getting Started
28
+
### Installation
30
29
nuget add package SourceFlow.Net
31
30
> - dotnet add package SourceFlow.Net
32
31
> - dotnet add package SourceFlow.Net.SqlServer (to be released)
@@ -45,20 +44,12 @@ If you are having problems, please let me know by [raising a new issue](https://
45
44
46
45
This project is licensed with the [MIT license](LICENSE).
47
46
48
-
## 🤝 Contributing
47
+
## Contributing
49
48
We welcome contributions! Please see our Contributing Guide for details.
50
-
- 🐛 Bug Reports - Create an issue
49
+
- 🐛 Bug Reports - Create an [issue](https://github.com/CodeShayk/sourceflow.net/issues/new/choose)
51
50
- 💡 Feature Requests - Start a discussion
52
-
- 📝 Documentation - Help improve our docs
51
+
- 📝 Documentation - Help improve our [docs](https://github.com/CodeShayk/SourceFlow.Net/wiki)
53
52
- 💻 Code - Submit pull requests
54
53
55
-
<divalign="center">
56
-
<h3>🚀 Build better software with events as your foundation</h3>
57
-
<p><strong>Start your journey with SourceFlow.Net today!</strong></p>
0 commit comments