@@ -11,18 +11,18 @@ plugins=(... bundler)
1111
1212## Aliases
1313
14- | Alias | Command | Description |
15- | -------- | -------------------------------------- | ------------------------------------------------------------------------------------------ |
16- | ` ba ` | ` bundle add ` | Add gem to the Gemfile and run bundle install |
17- | ` bck ` | ` bundle check ` | Verifies if dependencies are satisfied by installed gems |
18- | ` bcn ` | ` bundle clean ` | Cleans up unused gems in your bundler directory |
19- | ` be ` | ` bundle exec ` | Execute a command in the context of the bundle |
20- | ` bi ` | ` bundle install --jobs=<core_count> ` | Install the dependencies specified in your Gemfile (using all cores in bundler >= 1.4.0) |
21- | ` bl ` | ` bundle list ` | List all the gems in the bundle |
22- | ` bo ` | ` bundle open ` | Opens the source directory for a gem in your bundle |
23- | ` bout ` | ` bundle outdated ` | List installed gems with newer versions available |
24- | ` bp ` | ` bundle package ` | Package your needed .gem files into your application |
25- | ` bu ` | ` bundle update ` | Update your gems to the latest available versions |
14+ | Alias | Command | Description |
15+ | ------ | ----------------- | -------------------------------------------------------- |
16+ | ` ba ` | ` bundle add ` | Add gem to the Gemfile and run bundle install |
17+ | ` bck ` | ` bundle check ` | Verifies if dependencies are satisfied by installed gems |
18+ | ` bcn ` | ` bundle clean ` | Cleans up unused gems in your bundler directory |
19+ | ` be ` | ` bundle exec ` | Execute a command in the context of the bundle |
20+ | ` bi ` | ` bundle install ` | Install the dependencies specified in your Gemfile |
21+ | ` bl ` | ` bundle list ` | List all the gems in the bundle |
22+ | ` bo ` | ` bundle open ` | Opens the source directory for a gem in your bundle |
23+ | ` bout ` | ` bundle outdated ` | List installed gems with newer versions available |
24+ | ` bp ` | ` bundle package ` | Package your needed .gem files into your application |
25+ | ` bu ` | ` bundle update ` | Update your gems to the latest available versions |
2626
2727## Gem wrapper
2828
0 commit comments