tb0hdan / gomobile-skel

Gomobile skel tool - build mobile apps written in Go easier and faster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gomobile-skel

Gomobile skel tool - build mobile apps written in Go easier and faster

Working with gomobile-skel

First run:

make all domain=foo.com project=bar

Next runs:

make create project=baz

Listing projects:

make list-projects

Building project:

make build-project project=bar

Building all projects:

make build-all

Linking all project dirs to GOPATH:

make link-all

Unlinking all project dirs from GOPATH:

make unlink-all

About

Gomobile skel tool - build mobile apps written in Go easier and faster

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 53.3%Language:Makefile 46.7%