FIXME: my new template.
FIXME: write usage documentation!
This is a template project for use with deps-new. As originally generated, it will produce a new library project when run:
$ clojure -Sdeps '{:deps {org.mentat/notebook-template {:local/root "."}}}' -Tnew create :template org.mentat/notebook-template :name myusername/mycoollib
Assuming you have installed deps-new
as your new
"tool" via:
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.9"}' :as new
Note: once the template has been published (to a public git repo), the invocation will be the same, except the
:local/root
dependency will be replaced by a git or Maven-like coordinate.
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 © 2022 Sritchie
EPLv1.0 is just the default for projects generated by clj-new
: you are not
required to open source this project, nor are you required to use EPLv1.0!
Feel free to remove or change the LICENSE
file and remove or update this
section of the README.md
file!
Distributed under the Eclipse Public License version 1.0.