Sha256: 89225a80ee9d51162cf9e77e1b930825667c8435dc210bdaeeaeb4fe91379463

Contents?: true

Size: 733 Bytes

Versions: 2

Compression:

Stored size: 733 Bytes

Contents

# TM Bundles/Package manager



## Installation

Install with RubyGems in your Terminal:

    gem install tmbundle-manager


## 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 update             # Update installed bundles

```


## Contributing

1. Fork it ( https://github.com/[my-github-username]/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

2 entries across 2 versions & 1 rubygems

Version Path
tmbundle-manager-0.1.0.pre2 README.md
tmbundle-manager-0.1.0.pre1 README.md