Skip to content

funcatron/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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

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, David Pollak.

About

The starter Maven Archetype

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages