Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remogatto/mandala-template

A basic template for a Mandala application
https://github.com/remogatto/mandala-template

Last synced: 2 months ago
JSON representation

A basic template for a Mandala application

Awesome Lists containing this project

README

        

# What's that?

mandala-template generates a scaffolding to quickly get you started for writing a [Mandala](https://github.com/remogatto/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](LICENSE).