Ara2yml
Convert proprietary file format of Across v6 for exporting and (re-)importing projects into the YAML.
Installation
Add this line to your application's Gemfile:
gem 'ara2yml'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ara2yml
Also, it requires mdbtools
package.
sudo apt-get install mdbtools
Usage
CLI
ara2yml /tmp/ara /tmp/yml
API
Ara2yml.convert(ara_filename, yml_filename)
Contributing
- Fork it ( https://github.com/[my-github-username]/ara2yml/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request