https://github.com/elia/tmbundle-manager
TM Bundles/Package manager
https://github.com/elia/tmbundle-manager
Last synced: over 1 year ago
JSON representation
TM Bundles/Package manager
- Host: GitHub
- URL: https://github.com/elia/tmbundle-manager
- Owner: elia
- License: mit
- Created: 2014-04-22T12:40:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T21:17:20.000Z (over 9 years ago)
- Last Synced: 2025-03-29T06:01:35.772Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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
## Usage
Use the `tmb` executable:
```shell
$ tmb help
Commands:
tmb cd PARTIAL_NAME # open a terminal in the bundle dir
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 list # lists all installed bundles
tmb path NAME # print path to bundle dir
tmb status [BUNDLE] # Check the status of your local copy of the bundle
tmb update [PARTIAL_NAME] # 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