Skeleton for creating your new project based on Sinetja.
See also:
- Sinetja-Skeleton8: If you want to use Java 8 with its lambda syntax.
- Sinetja-Scaleton: If you want to use Scala.
sbt/sbt run
To create Eclipse project:
sbt/sbt eclipse
To create IntelliJ project:
sbt/sbt gen-idea
You then can run the project inside Eclipse or IntelliJ.
To package for distribution:
sbt/sbt xitrum-package
Directory target/xitrum
will be created.
To run:
cd target/xitrum script/start
It will run main
method in class skeleton.App
.
Please modify the start script if you want to run other.