Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

rick/bungler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A gem meta-package for installing bundler as bungler.

Why?

Well, I will often start work on a new (to me) project. Since I have a lot of projects on my drive, I use rvm to manage them. I add an .rvmrc to the project root, which creates a gemset for use in that project. Since too many projects seem to be using Bundler, I also then need to say:

% gem install bundler
% bungle install

"bungle" being my semantically appropriate alias for 'bundle' on the command-line.

It's a bit jarring, however, to install a gem of one name, and use it from the command-line under another name.

So, now I can:

% gem install bungler
% bungle install

About

A meta-gem to install bundler via the bungler name, for consistency with command-line aliases already in use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages