A minimalist Jeka project containing a Jeka wrapper for starting working with Jeka.
Using this template, you can create a Jeka project from scratch without having Jeka installed on your machine.
Once the repository cloned, generate a Jeka project skeleton using command line :
jekaw scaffold#run
: Genarate Jeka files and folder for a simple automation project (No standard JVM Project to build).jekaw scaffold#run project#
: Generate Jeka files and folders for building a Java project.jekaw scaffold#run springboot# @dev.jeka:springboot-plugin
: Generate Jeka files and folders for building a Springboot project.
To work withe IDE, execute command-line :
jeka intellij#iml
: Genarate Intellij iml file according project settings.jeka eclipse#files
: Generate Eclipse .project and .classpath files according project settings.