# A Bootstrap Project for Jeka Wrapper.

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.