Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remogatto/mandala-template
- Owner: remogatto
- License: other
- Created: 2014-01-09T18:18:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T08:17:33.000Z (over 10 years ago)
- Last Synced: 2024-05-01T23:59:23.373Z (8 months ago)
- Language: Go
- Homepage:
- Size: 359 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).