Collection containing many utils packages useful with Swift development.
Xcode -> File -> Add Packages... -> Add Package Collection...
https://raw.githubusercontent.com/sloik/RabbitHole/main/collection.json
Collection is not signed, but you can trust me 😇
Enter commands:
swift package-collection add --trust-unsigned https://raw.githubusercontent.com/sloik/RabbitHole/main/collection.json
swift package-collection refreshFollow steps to install but just select collection and tap minus button.
swift package-collection remove https://raw.githubusercontent.com/sloik/RabbitHole/main/collection.jsonUpdate input.json with desired packages and run:
package-collection-generate input.json ./output.jsonRename the file to collection.json and you are done 😎
┌───────────┐┌───────────┐┌──────────┐┌─────────────┐┌──────────────┐
│[Major.Mino││ [Alias ││[Optional ││ [Zippy] ││ [Functional │
│ r.Patch] ││Wonderland]││ API] ││ ││ API] │
│ ││ ││ ││ Zips for ││ │
│ Semantic ││ Common ││ Helpers ││ types and ││Free functions│
│Versioning:││vocabulary ││for Swift ││ async ││and operators │
│semver.org ││ for other ││Optionals.││ functions. ││ for function │
│ ││ packages. ││ ││ ││ composition. │
│ ││ ││ │└─────────────┘└──────────────┘
│ ││ ││ │┌─────────────────────────────┐
│ ││ ││ ││ [Either Swift] │
│ ││ ││ ││ │
│ ││ ││ ││Implementation for the Either│
└───────────┘└───────────┘└──────────┘└─────────────────────────────┘


