uas2git

A tool for migrating Unity Asset Server projects to git

Installation

gem install uas2git

Usage

Usage: uas2git PROJECT_NAME [options]

Specific options:
    -h HOSTNAME                      Unity Asset Server host (default: "localhost")
    -U NAME                          Unity Asset Server user name (default: "admin")

        --help                       Show this message

Contributing

  1. Fork it ( http://github.com//uas2git/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 new Pull Request