bundle binstubs

Installs the binstubs of the listed gem
$ bundle binstubs [GEM] [--force] [--path=PATH]

Options:

--force: Overwrite existing binstubs if they exist.

--path: Binstub destination directory (default bin)

Generate binstubs for executables in [GEM]. Binstubs are put into bin, or the --binstubs directory if one has been set.
Fork me on GitHub
Docs: v0.9 v1.0 v1.1 v1.2 v1.3 v1.5 v1.6