Sha256: 4443ec3c4a0bd6083ce92af1e303e2157788e2542cf0464c034cd4f7657f3090
Contents?: true
Size: 899 Bytes
Versions: 6
Compression:
Stored size: 899 Bytes
Contents
# TM Bundles/Package manager Install bundle from github easily: ```shell tmb install elia/avian-missing ``` ## Installation Install with RubyGems in your Terminal: gem install tmbundle-manager --pre ## Usage Use the `tmb` executable: ```shell $ 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 1. Fork it ( https://github.com/elia/tmbundle-manager/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
6 entries across 6 versions & 1 rubygems