-
Couldn't load subscription status.
- Fork 1
Example workflow
Noah Peeters edited this page Jan 30, 2015
·
7 revisions
$ mkdir zip-gui- Create
.upm-package-meta
$ cat zip-gui/.upm-package-meta
name: zip-gui
version: 0.1.0
description: gui for zipping files with libzip
contact: example.com
dep.run = libzip@9-11
- Create build, test and run scripts
- Code the code
-
$ upm verify ./zip-gui(+correcting),$ upm run ./zip-gui(+debugging) -
$ upm copy ./zip-gui google.com:zip-gui(if the packager owns Google)
$ upm get zip-gui$ upm run zip-gui
Or, if you want to run directly:
$ upm install zip-gui$ zip-gui
The second method, however, is not safe, because you don't know whether the executable name is not run-zip-gui or something, you have to rely on the documentation in this moment.