Skip to content
Merged
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
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

A project focused on simple, small, and reusable Swift components. It was created to support command line tools in [Mobile Infra](https://github.com/mobileinf).

## Alternatives

- [Swinject](https://github.com/Swinject/Swinject)
- [Factory](https://github.com/hmlongco/Factory)
- [Needle](https://github.com/uber/needle)

## Attributions

We would like to thank the authors and contributors of the following projects:

- [swift-argument-parser](https://github.com/apple/swift-argument-parser)
- [SwiftLint](https://github.com/realm/SwiftLint)
- [SwiftFormat](https://github.com/nicklockwood/SwiftFormat)
- [Mise](https://github.com/jdx/mise)

## License

Curie is released under version 2.0 of the [Apache License](LICENSE.txt).
SwiftCommons is released under version 2.0 of the [Apache License](LICENSE.txt).