TM Bundles/Package manager
Install bundle from github easily:
tmb install elia/avian-missing
Installation
Install with RubyGems in your Terminal:
gem install tmbundle-manager --pre
Usage
Use the tmb executable:
$ tmb help
Commands:
tmb edit PARTIAL_NAME # Edit an installed bundle (name will be matched against PARTIAL_NAME)
tmb help [COMMAND] # Describe available commands or one specific command
tmb install USER/BUNDLE # Install a bundle from GitHub (e.g. tmb install elia/bundler)
tmb update # Update installed bundles
Contributing
- Fork it ( https://github.com/elia/tmbundle-manager/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request