Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 832 Bytes

README.rst

File metadata and controls

48 lines (29 loc) · 832 Bytes

Skeleton for creating your new Java 8 project based on Sinetja.

See also:

Run in development mode

sbt/sbt run

Create project

To create Eclipse project:

sbt/sbt eclipse

You then can run the project inside Eclipse.

Distribute

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.