Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 672 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 672 Bytes

terrasync.go

Requirement

  • google developer account / calendar api
  • client_secret.json
  • config.tml (copy from config.tml.sample & update)

Usage

run terrasync.exe

Development

Environment

$ git clone https://github.com/shiraco/terrasync.git

Run

$ go run main.go

when running first time, create credential file.

~/.credentials/terrasync.json

Build

For example, windows 32bit, .exe.

$ GOOS=windows GOARCH=386 go build -o ./bin/windows386/$1.exe

Or,

$ ./go_build.sh

Licence

MIT License

Author

shiraco