This is a cookiecutter template for scaffolding an Asura challenge project based on Maven.
$ asura-cli create maven
author_name [John Doe]:
author_email [[email protected]]:
group_id [pt.up.fc.dcc.asura]:
game_name [Awesome Game]:
game_classname [AwesomeGame]:
game_slug [awesome-game]:
game_package_name [awesomegame]:
game_package [pt.up.fc.dcc.asura.awesomegame]:
game_package_dir [pt/up/fc/dcc/asura/awesomegame]:
game_version [0.0.1]:
Run tests
asura-cli test
Run game
asura-cli run
Package game
asura-cli package
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :)
José Carlos Paiva and José Paulo Leal
Licensed under Artistic License 2.0 (Artistic-2.0)