/mandala-template

A basic template for a Mandala application

Primary LanguageGoOtherNOASSERTION

What's that?

mandala-template generates a scaffolding to quickly get you started for writing a Mandala application.

Usage

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

Black-box testing

mandala-template generates a scaffolding for a black-box test. To run the test:

cd test
gotask test xorg # or
gotask test android

LICENSE

See LICENSE.