mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 08:42:23 +00:00
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# bundler
|
|
|
|
> Dependency manager for the Ruby programming language.
|
|
> `bundler` is a common name for the command `bundle`, but not a command itself.
|
|
> More information: <https://bundler.io/man/bundle.1.html>.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr bundle`
|