Creating and packaging command line tool for GoUI application.
To create a GoUI project, just use command:
goui create $your_project_name
To build packages for each platform, use command as following:
goui build macos
goui build ubuntu
goui build ios
goui build android