Extensions Kit Save

πŸ“¦ Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].

Project README

extensions-kit Awesome

Build Platforms Language SPM Extensions CustomTypes NLOC License

Last Update: 22/April/2022.

If you like the project, please give it a star ⭐ It will show the creator your appreciation and help others to discover the repo.

✍️ About

πŸ“¦ Collection of Swift extensions(+ custom types) for various use cases.

πŸ— Installation

Swift Package Manager

Xcode 11+

  1. Open MenuBar β†’ File β†’ Swift Packages β†’ Add Package Dependency...
  2. Paste the package repository url https://github.com/jVirus/extensions-kit and hit Next.
  3. Select the installment rules.

After specifying which version do you want to install, the package will be downloaded and attached to your project.

Package.swift

If you already have a Package.swift or you are building your own package simply add a new dependency:

dependencies: [
    .package(url: "https://github.com/jVirus/extensions-kit", from: "1.0.0")
]

Manual

You can always use copy-paste the sources method πŸ˜„.

🍱 Categories

List of categories for convenient navigation. The numbers represent total number of extensions for a given category + custom types. Each extension file may contain a number of extensions, grouped by a category.

πŸ™‹β€β™€οΈπŸ™‹β€β™‚οΈContributing

  • There is just one main rule for contributors - please include your extensions in separete files. It's important since such extension can be more easily referenced and reused.
  • The other soft rule is - please include unit tests with your extensions.

πŸ‘¨β€πŸ’» Author

Astemir Eleev

πŸ”– Licence

The project is available under MIT licence

Open Source Agenda is not affiliated with "Extensions Kit" Project. README Source: eleev/extensions-kit

Open Source Agenda Badge

Open Source Agenda Rating