Skip to content

A Leiningen template for generating a diplomat-architecture styled pedestal service with free datomic db

License

Notifications You must be signed in to change notification settings

majorcluster/diplomat-http-w-datomic-service-template

Repository files navigation

org.clojars.majorcluster/diplomat-http-w-datomic-service

Clojars Project

A Leiningen template for generating a diplomat-architecture styled pedestal service The ports available at this template are:

  • http inbound, having breads route specified as a sample
  • datomic outbound

Hints for creating a template

lein new template <group-id>/<your project name> --to-dir <your folder>

Usage

lein new org.clojars.majorcluster/diplomat-http-w-datomic-service <your project name>