Marc Cornellà 13b8757044 change title to h1 | 6 年之前 | |
---|---|---|
.. | ||
README.md | 6 年之前 | |
_gem | 10 年之前 | |
gem.plugin.zsh | 10 年之前 |
This plugin adds completions and aliases for Gem. The completions include the common gem
subcommands as well as the installed gems in the current directory.
To use it, add gem
to the plugins array in your zshrc file:
plugins=(... gem)
Alias | Command | Description |
---|---|---|
gemb | gem build *.gemspec |
Build a gem from a gemspec |
gemp | gem push *.gem |
Push a gem up to the gem server |
gemy [gem] [version] | gem yank [gem] -v [version] |
Remove a pushed gem version from the index |