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.2.6 \
-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:v0.2.6
To run your project code:
mvn compile exec:java
Then point your browser to http://localhost:3000/api/sample
Please see CONTRIBUTING for details on how to make a contribution.
Funcatron is licensed under an Apache 2 license.
Support is available from the project's founder, David Pollak.