ohmyzsh/plugins/carthage/README.md

27 lines
2.4 KiB
Markdown
Raw Normal View History

2021-05-18 16:13:41 +00:00
# carthage plugin
The carthage plugin provides all [aliases](#aliases) .
To use it, add `carthage` to the plugins array in your zshrc file:
```zsh
plugins=(... carthage)
```
## Aliases
| Alias | Command |
|:---------------------|:---------------------------------------------------------------------------------------------------------------------------------|
| c | carthage |
| ca | carthage archive |
| cb | carthage build |
| cbs | carthage bootstrap |
| cck | carthage checkout |
| ccf | carthage copy-frameworks |
| cf | carthage fetch |
| ch | carthage help |
| cl | cat Cartfile |
| co | carthage outdated |
| cu | carthage update |
| cv | carthage validate |
| cver | carthage version |