Go to file
Lukasz a7da82eda5 5.8 2023-03-02 23:51:24 +01:00
.github/workflows Adds nightly action. 2022-10-08 10:27:17 +02:00
.swiftpm/xcode/package.xcworkspace Initial commit 2022-10-05 16:15:03 +02:00
Sources/AliasWonderland Merge pull request #1 from dominika-kokowicz/main 2022-10-06 12:00:04 +02:00
Tests/AliasWonderlandTests Initial commit 2022-10-05 16:15:03 +02:00
.gitignore Initial commit 2022-10-05 16:15:03 +02:00
LICENSE Initial commit 2022-10-05 16:15:03 +02:00
Package.swift 5.8 2023-03-02 23:51:24 +01:00
README.md Update README.md 2023-01-22 15:29:52 +01:00
renovate.json Add renovate.json 2022-12-22 00:37:55 +00:00

README.md

Main Nightly

AliasWonderland 🧚🏻‍♀️

Often in project you end up defining a lot of the same aliases. This package aims to define them once and reuse them across your project.

Installation

Add in your Package.swift file in dependencies:

.package(
    url: "https://github.com/sloik/AliasWonderland.git",
    from: "0.0.1" // use latest version instead
)

Usage

After that just import the frameork and you can use the aliases:

import AliasWonderland

🐇🕳 Rabbit Hole

This project is part of the 🐇🕳 Rabbit Hole Packages Collection