Bundler

Jmnote (토론 | 기여)님의 2017년 6월 2일 (금) 09:53 판

1 개요

bundler
/usr/bin/bundle
/usr/bin/bundler
  • 루비 의존성 관리 도구

2 기본 명령어

명령어 설명
bundle install Gemfile 또는 Gemfile.lock에 기재된 gem들을 설치
bundle update 최신 버전으로 업데이트
bundle package 필요한 .gem 파일들을 vendor/cache 폴더에 패키징
bundle exec 현재 번들에 관한 스크립트 실행
bundle config 번들러 설정 조회·변경
bundle help 세부 명령어 설명

3 기타 명령어

명령어 설명
bundle binstubs
bundle check
bundle show
bundle outdated
bundle console
bundle open
bundle lock
bundle viz
bundle init
bundle gem
bundle platform
bundle clean
bundle doctor

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}