Skip to content

Skeleton for creating your new Java 8 project based on Sinetja

Notifications You must be signed in to change notification settings

sinetja/sinetja-skeleton8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Skeleton for creating your new Java 8 project based on Sinetja

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published