Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<h1 align="center">🗡️Sword</h1>
<h1 align="center">Sword</h1>
<p align="center">
<img src="assets/sword_logo.png" width=200>
</p>
<p align="center">A compile time dependency injection library for Swift</p>
<p align="center">
<a href="https://github.com/rockname/sword/actions"><img alt="build" src="https://github.com/rockname/sword/workflows/test/badge.svg"></a>
<a href="LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-black.svg"></a>
</p>

---

# Introduction
Sword is a compile time dependency injection library for Swift, inspired by [Dagger](https://dagger.dev/).

Expand Down Expand Up @@ -402,7 +403,7 @@ struct UserNavigation: View {
| Assisted Injection | ✅ Supported |
| Missing Dependency Error | ✅ Supported |
| Duplicate Dependency Error | ✅ Supported |
| Cycle Dependency Error | 🚧 TBD |
| Cycle Dependency Error | ✅ Supported |

# License
This library is released under the MIT license. See [LICENSE](LICENSE) for details.
Binary file added assets/sword_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.