Use it to generate a Hoplon project.
This is a template project for use with deps-new. It will produce a new library project when run:
clojure -Sdeps '{:deps {io.github.hoplon/project-template {:git/tag "v1.0.0" :git/sha "14361f1"}}}' -Tnew create :template hoplon/hoplon :name your/app-name
Assuming you have installed deps-new
as your new
"tool" via:
clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
Run this template project's tests (by default, this just validates your template's template.edn
file -- that it is valid EDN and it satisfies the deps-new
Spec for template files):
$ clojure -T:build test
Copyright © 2023 Marcelo Nomoto
Distributed under the Eclipse Public License version 1.0.