wooga_wooget

Update, install, fetch, list, search, create, release, prerelease, validate and push wooga's paket/unity packages.


Keywords
cli, commandline-tool, nuget, nuget-packages, unity3d, wooga
License
Other
Install
gem install wooga_wooget -v 2.6.1

Documentation

wooget

Build Status Code Climate Test Coverage Issue Count

A cli which allows Unity3d projects to work with NuGet packages.

Features

  • Configures Unity3d to work with NuGet
  • Install and update packages
  • List and search available packages
  • Create, Build, Test and Release new NuGet packages

Checkout the wiki for more information

Install

gem sources -a http://gem.sdk.wooga.com/
gem install wooga_wooget

If you are working at wooga, you will need to copy the internal repo configuration from https://github.com/wooga/wdk-docs/wiki to ~/.wooget

Usage

Commands:
  wooget bootstrap                # setup environment / project for wooget usage
  wooget build --version=VERSION  # build the packages in the current dir
  wooget create PACKAGE_NAME      # create a new package
  wooget help [COMMAND]           # Describe available commands or one specific command
  wooget install                  # install packages into this unity project
  wooget list                     # list available packages + version
  wooget paket ARGS               # call bundled version of paket and pass args
  wooget paket_unity3d ARGS       # call bundled version of paket.unity3d and pass args
  wooget prerelease               # prerelease package in current dir
  wooget release                  # release package in current dir
  wooget search                   # search packages by a regex
  wooget test                     # run package tests in mono
  wooget update                   # update packages into this unity project

Options:
  -v, [--verbose], [--no-verbose]  # Spit out tons of logging info
  -q, [--quiet], [--no-quiet]      # Suppress stdout
      [--path=PATH]                # Path to the project you want to install things into
                                   # Default: /Users/donaldhutchison/workspace/wooget