https://github.com/linjunpop/blast_off
🚀 An iOS beta distribution tool
https://github.com/linjunpop/blast_off
Last synced: about 1 year ago
JSON representation
🚀 An iOS beta distribution tool
- Host: GitHub
- URL: https://github.com/linjunpop/blast_off
- Owner: linjunpop
- License: mit
- Created: 2013-11-12T04:30:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T06:28:06.000Z (over 12 years ago)
- Last Synced: 2024-04-26T07:23:00.436Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 382 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlastOff :rocket:
An iOS beta distribution tool.
[](https://travis-ci.org/linjunpop/blast_off)
[](http://badge.fury.io/rb/blast_off)
[](https://codeclimate.com/github/linjunpop/blast_off)
Supported services:
* Qiniu(http://qiniu.com)
## Installation
Add this line to your application's Gemfile:
gem 'blast_off'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blast_off
## Usage
```
NAME
blast_off - An iOS beta distribution tool.
SYNOPSIS
blast_off [global options] command [command options] [arguments...]
VERSION
0.0.1
GLOBAL OPTIONS
--help - Show this message
--version - Display the program version
COMMANDS
help - Shows a list of commands or help for one command
qiniu - Qiniu
```
## Services
### Qiniu
```
NAME
qiniu - Qiniu
SYNOPSIS
blast_off [global options] qiniu [command options]
COMMAND OPTIONS
--access_key=arg - Access Key (default: none)
--bucket=arg - bucket (default: none)
--ipa_file_path=arg - IPA file path (default: none)
--secret_key=arg - Secret Key (default: none)
```
Example:
`$ blast_off qiniu --ipa_file_path=Foobar.ipa --bucket=foobar --access_key=$QINIU_ACCESS_KEY --secret_key=$QINIU_SECRET_KEY`
## [Changelog](CHANGELOG.md)
## Similar projects:
* https://github.com/lexrus/ios-makefile
* https://github.com/qdvictory/EasyToMore
## Contributing
1. Fork it
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 new Pull Request
[](https://bitdeli.com/free "Bitdeli Badge")