mandala-template generates a scaffolding to quickly get you started for writing a Mandala application.
go get github.com/remogatto/mandala-template mandala-template myapp cd myapp # Edit app.json for customization gotask init gotask run xorg # or gotask run android
mandala-template generates a scaffolding for a black-box test. To run the test:
cd test gotask test xorg # or gotask test android
See LICENSE.