Update nightly.yml
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.
Add in your Package.swift file in dependencies:
Package.swift
.package( url: "https://github.com/sloik/AliasWonderland.git", from: "0.0.1" // use latest version instead )
After that just import the frameork and you can use the aliases:
import AliasWonderland
This project is part of the 🐇🕳 Rabbit Hole Packages Collection
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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:Usage
After that just import the frameork and you can use the aliases:
🐇🕳 Rabbit Hole
This project is part of the 🐇🕳 Rabbit Hole Packages Collection