nearlyfreeapps / appx

Read .appx package manifest files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appx

Build Status

Installation

Add this line to your application's Gemfile:

gem 'appx'

And then execute:

$ bundle

Or install it yourself as:

$ gem install appx

Usage

require 'appx'

appx = Appx::File('path/to/file.appx')

puts appx.manifest.identity_name
puts appx.manifest.version

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nearlyfreeapps/appx.

License

The gem is available as open source under the terms of the MIT License.

About

Read .appx package manifest files

License:MIT License


Languages

Language:Ruby 96.5%Language:Shell 3.5%