The same guidelines as in cryogen-core apply here.
Clone the repo locally and switch to the branch you want to try. Then
(if using clj-new
):
clojure -Sdeps '{:deps {c/c {:local/root "/path/to/cryogen"}}}' -Tclj-new create :template cryogen :name myname/myblog :force true
Or, if using deps-new
:
clojure -Sdeps '{:deps {c/c {:local/root "/path/to/cryogen"}}}' -Tnew :template cryogen :name myname/myblog