Go to file
Edward Maliniak 77c38d4fae Removes to good name. 2022-08-23 21:38:10 +02:00
.swiftpm/xcode/package.xcworkspace Adds async aliases. 2022-08-13 10:46:57 +02:00
Sources/AliasWonderland Removes to good name. 2022-08-23 21:38:10 +02:00
Tests/AliasWonderlandTests Adds async aliases. 2022-08-13 10:46:57 +02:00
.gitignore Initial commit 2022-08-13 10:43:29 +02:00
LICENSE Initial commit 2022-08-13 10:43:29 +02:00
Package.swift Lowers toolchain version to 5.6. 2022-08-13 17:17:45 +02:00
README.md Updates readme. 2022-08-13 17:26:03 +02:00

README.md

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