https://github.com/unleashed/stormfly-image
Image generation
https://github.com/unleashed/stormfly-image
Last synced: 1 day ago
JSON representation
Image generation
- Host: GitHub
- URL: https://github.com/unleashed/stormfly-image
- Owner: unleashed
- License: other
- Created: 2013-04-12T16:04:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T11:18:59.000Z (about 13 years ago)
- Last Synced: 2023-03-11T09:56:23.907Z (over 3 years ago)
- Language: Ruby
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# StormFly::Image
This gem provides tools for generating, managing and burning StormFly images.
## Installation
Add this line to your application's Gemfile:
gem 'stormfly-image'
And then execute:
$ bundle
Or install it yourself as:
$ gem install stormfly-image
## Generating the gem
Run rake -T to see available tasks. The gem can be built with:
$ rake build
Or, if you want to make sure everything works correctly:
$ bundle exec rake build
Note that the gem version will be that specified in StormFly::Image::VERSION,
regardless of modifications to other files.
## Usage
Provided binaries are 'sfi_gen' and 'sfi_burn'. Run them without arguments to
see an usage help message.
## 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