mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add plugin for Swift Package Manager
This commit is contained in:
parent
9d43dc88bb
commit
8dfac43608
2 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# Some aliases to make your life with the Swift Package Manager faster ✌️
|
||||
|
||||
alias spi='swift package init'
|
||||
alias spf='swift package fetch'
|
||||
alias spu='swift package update'
|
||||
alias spx='swift package generate-xcodeproj'
|
||||
alias sps='swift package show-dependencies'
|
||||
alias spd='swift package dump-package'
|
||||
Loading…
Add table
Add a link
Reference in a new issue