diff options
author | Thomas Paul Mann <hi@thomaspaulmann.com> | 2016-11-30 00:20:43 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-11-30 00:20:43 +0100 |
commit | 6ee6a734c24b8f2cda43f230142f0f02cfb52fb3 (patch) | |
tree | 953e5ff02a53da668a318bc1d4f1c3bca5655c2b /plugins/swift-pm/README.md | |
parent | 037764acc366bae0dc0f01c221c7a23ef04d3c83 (diff) | |
download | zsh-6ee6a734c24b8f2cda43f230142f0f02cfb52fb3.tar.gz zsh-6ee6a734c24b8f2cda43f230142f0f02cfb52fb3.tar.bz2 zsh-6ee6a734c24b8f2cda43f230142f0f02cfb52fb3.zip |
swift-pm: Rename plugin to 'swiftpm' (#5674)
Diffstat (limited to 'plugins/swift-pm/README.md')
-rw-r--r-- | plugins/swift-pm/README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/swift-pm/README.md b/plugins/swift-pm/README.md deleted file mode 100644 index 8e6a0d5c4..000000000 --- a/plugins/swift-pm/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Swift Package Manager - -## Description - -This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager). - -To start using it, add the `swift-pm` plugin to your `plugins` array in `~/.zshrc`: - -```zsh -plugins=(... swift-pm) -``` - -## Aliases - -| Alias | Description | Command | -|-------|-------------------------------------|------------------------------------| -| `spi` | Initialize a new package | `swift package init` | -| `spf` | Fetch package dependencies | `swift package fetch` | -| `spu` | Update package dependencies | `swift package update` | -| `spx` | Generates an Xcode project | `swift package generate-xcodeproj` | -| `sps` | Print the resolved dependency graph | `swift package show-dependencies` | -| `spd` | Print parsed Package.swift as JSON | `swift package dump-package` | |