mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
bundler: add page (#6764)
This commit is contained in:
parent
65b5648f4b
commit
677c1af93e
1 changed files with 9 additions and 0 deletions
9
pages/common/bundler.md
Normal file
9
pages/common/bundler.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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 actual command:
|
||||
|
||||
`tldr bundle`
|
Loading…
Add table
Reference in a new issue