parent
238bcf42f7
commit
522c516c9e
@ -1,4 +1,26 @@ |
|||||||
# JavaProjectTemplate |
# JavaProjectTemplate |
||||||
Provides a Java pipeline for building applications and deploying a JAR with ease. Providing a base graphical engine (fast pixel blitting) with support for input should be enough to get any project going. |
Provides a Java pipeline for building applications and deploying a JAR with ease. Providing a base graphical engine (fast pixel blitting) with support for input should be enough to get any project going. |
||||||
|
|
||||||
The system will also use the SigScript updating system to keep files up-to-date. |
The system will also use the SigScript updating system to keep files up-to-date. |
||||||
|
|
||||||
|
##Usage: |
||||||
|
**./sig** - Shows a menu with all scripts. Example output: |
||||||
|
``` |
||||||
|
gitpod /workspace/JavaProjectTemplate (main) $ ./sig |
||||||
|
|
||||||
|
Usage: ./sig <command> {args} |
||||||
|
|
||||||
|
==== Current Configuration ===================== |
||||||
|
PROJECT_NAME JavaProjectTemplate |
||||||
|
PROJECT_DIR src/sig |
||||||
|
MAIN_CLASS sig.JavaProjectTemplate |
||||||
|
OUT_DIR bin |
||||||
|
===================================================== |
||||||
|
|
||||||
|
Command List: |
||||||
|
build |
||||||
|
clean |
||||||
|
commit |
||||||
|
jar |
||||||
|
``` |
||||||
|
Configuration is modified at the top of the script file while the command list includes all included modules inside of `scripts`. |
||||||
|
Loading…
Reference in new issue