This is a simple example showing how to use Stecker.
This is a simple console application taking one or more user names and greeting each user. The project contains two plugins which greet differently and main module which actually does the job.
You need to have:
- JDK 1.8.+
- Maven 3.2+
To compile the example type:
$ mvn clean package
To run it go to target directory and type the following command:
$ java -jar main-1.0-SNAPSHOT.jar <your-name>