Starter Maven Archetype for Funcatron

A Maven Archetype
that makes it super easy for a Java developer to get started with
Funcatron.

To use the archetype:

mvn archetype:generate  \
   -DarchetypeGroupId=funcatron \
   -DarchetypeArtifactId=starter \
   -DarchetypeVersion=0.3.0-SNAPSHOT \
   -DgroupId=my.stellar \
   -DartifactId=thang \
   -DarchetypeRepository=https://clojars.org/repo

To run the Funcatron dev server:

docker run -ti --rm  -e TRON_1=--devmode -p 3000:3000 -p 54657:54657 funcatron/tron:latest

To run your project code:

mvn compile exec:java

Then point your browser to http://localhost:3000/api/sample

Contributing

Please see CONTRIBUTING for details on
how to make a contribution.

Licenses and Support

Funcatron is licensed under an Apache 2 license.

Support is available from the project's founder,
.