rubygems.org guides 번역 15 (플러그인)
다음 Ruby Gems는 상세하지 않을 수도 있습니다. 만약 우리가 잃어버린 플러그인을 발견하면 이 페이지를 무료로 업데이트합니다.
gem-browse
gem-ctags
gem_info
gem-init
gem-man
gem-nice-install
gem-orphan
gem-patch
gem-toolbox
graph
maven-gem
open-gem
PushSafety
rbenv-rehash
rubygems-desc
rubygems-openpgp
rubygems-sandbox
rubygems_snapshot
rubygems-tasks
================================================================
## gem-browse
https://github.com/tpope/gem-browse
Adds four commands:
gem edit
opens a gem in your editor gem open
opens a gem by name in your editor gem clone
clones a gem from GitHub gem browse
opens a gem’s homepage in your browser ## gem-ctags
https://github.com/tpope/gem-ctags
Adds a
gem ctags
command to invoke the Exuberant Ctags indexer on already-installed gems, and then automatically invokes it on gems as they are installed. ## gem_info
https://github.com/oggy/gem_info
Adds a
gem info
command with fuzzy matching on name and version. Designed for scripting use. ## gem-init
https://github.com/mwhuss/gem-init
Adds
gem init
to create a barebones gem. ## gem-man
https://github.com/defunkt/gem-man
The
gem man
command lets you view a gem’s man page. ## gem-nice-install
https://github.com/voxik/gem-nice-install
Tries to install system dependencies needed to install your gems with binary extensions using standard
gem install
command. This currently works only for Fedora, but hopefully will be extended. ## gem-orphan
https://github.com/sakuro/gem-orphan
Adds a
gem orphan
command that finds and lists gems on which no other gems are depending. ## gem-patch
https://github.com/strzibny/gem-patch
Adds
gem patch
command, which enables you to apply patches directly on .gem
files. Supports both RubyGems 1.8 and RubyGems 2.0. ## gem-toolbox
https://github.com/gudleik/gem-toolbox
Adds six commands:
gem open
- opens a gem in your default editor gem cd
- changes your working directory to the gem’s source root gem readme
- locates and displays a gem’s readme file gem history
- locates and display’s a gem’s changelog gem doc
- Browse a gem’s documentation in your default browser gem visit
- Open a gem’s homepage in your default browser ## graph
https://github.com/seattlerb/graph
Adds a
gem graph
command to output a gem dependency graph in graphviz’s dot format. ## maven_gem
https://github.com/jruby/maven_gem
Adds
gem maven
to install any Maven-published Java library as though it were a gem. ## open_gem
https://github.com/adamsanderson/open_gem
Adds two commands:
gem open
opens a gem in your default editor gem read
opens a gem’s rdoc in your default browser ## PushSafety
https://github.com/jdleesmiller/push_safety
Applies a whitelist to
gem push
to prevent accidentally pushing private gems to the public RubyGems repository. ## rbenv-rehash
https://github.com/scoz/rbenv-rehash
Automatically runs
rbenv rehash
after installing or uninstalling gems. ## rubygems-desc
https://github.com/chad/rubygems-desc
Adds
gem desc
to describe a gem by name. ## rubygems-openpgp
https://github.com/grant-olson/rubygems-openpgp
Adds commands and flags to allow OpenPGP signing of gems.
gem sign foo.gem
to sign a gem. gem verify foo.gem --trust
to verify a gem. gem build foo.gemspec --sign
to sign at build time. gem install foo --verify --trust
to verify on install. ## rubygems-sandbox
https://github.com/seattlerb/rubygems-sandbox
Manages command-line gem tools and dependencies with a
gem sandbox
command. This lets you install things like flay and rdoc outside of the global rubygems repository. ## rubygems_snapshot
https://github.com/rogerleite/rubygems_snapshot
Adds
gem snapshot
to create exports of all your current gems into a single file that you can import later. ## rubygems-tasks
https://github.com/postmodern/rubygems-tasks
rubygems-tasks provides agnostic and unobtrusive Rake tasks for building, installing and releasing Ruby Gems.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.