yutailang0119 / xccache-sweeper

Command line for sweeping Xcode caches with Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xccache-sweeper

A Work In Progress

xccache-sweeper is still in active development.

Instllation

go get

$ go get github.com/yutailang0119/xccache-sweeper

From Source

$ git clone https://github.com/yutailang0119/xccache-sweeper
$ cd xccache-sweeper
$ make install

Usage

NAME:
   xccache-sweeper - Sweep Xcode caches

USAGE:
   xccache-sweeper [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
     archives       Sweep Archives. Defaults is /Users/user/Library/Developer/Xcode/Archives
     deriveddata    Sweep DerivedData. Defaults is /Users/user/Library/Developer/Xcode/DerivedData
     caches         Sweep Archives and DerivedData.
     devicesupport  Sweep Device Support. ~/Library/Developer/Xcode/*DeviceSupport
     help, h        Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

About

Command line for sweeping Xcode caches with Go

License:MIT License


Languages

Language:Go 90.9%Language:Makefile 9.1%