dominika-kokowicz / AliasWonderland

Common type aliases useful in many projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common type aliases useful in many projects.

License:The Unlicense


Languages

Language:Swift 100.0%