initial
This commit is contained in:
parent
d67e39f3f7
commit
58ef6d327f
1725 changed files with 129819 additions and 0 deletions
8
dot_oh-my-zsh/plugins/swiftpm/swiftpm.plugin.zsh
Normal file
8
dot_oh-my-zsh/plugins/swiftpm/swiftpm.plugin.zsh
Normal file
|
|
@ -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