uas2git

A tool for migrating Unity Asset Server projects to git

Installation

gem install uas2git

Usage

Usage: uas2git PROJECT_NAME [options]

Specific options:
    -H, --host NAME                  Unity Asset Server host
    -u, --username NAME              Crendential for Unity Asset Server
    -p, --password PASSWD

    -h, --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