0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Bundler】コマンド一覧

Posted at

bundleコマンド一覧


bundle init                   Gemfileを生成する

bundle update [パッケージ名]     インストール済みのgemパッケージのバージョンを更新する

bundle install                Gemfile(.lock)にかかれているgemパッケージをインストールする

bundle list                   インストール済みのgemパッケージの一覧表示

bundle exec [コマンド名]         Bundlerでインストールされているgemパッケージを使用してコマンドを実行

bundle config                 Bundlerの設定を表示                   

bundle config [設定] [値]          設定を編集


0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?