Minimal Helix Scratch Template.
To use this template:
clojure -Sdeps '{:deps {rafaeldelboni/helix-scratch {:git/url "https://github.com/rafaeldelboni/helix-scratch" :git/sha "87c175a948e055812bb07002480fe209b2ee80c1"}}}' -X:new :template rafaeldelboni/helix-scratch :name myusername/mycoolsite
To you use this template you need to have installed deps-new
in your workflow.
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.7.0"}' :as new
I've created an wrap over deps-new to simplify some new commands you can use this wrapper
by tools adding the following as :alias
into your local ~/.clojure/deps.edn
file:
:new {:extra-deps {cc.delboni/deps-new-wrap
{:git/url "https://github.com/rafaeldelboni/deps-new-wrap"
:git/sha "34557a5f5d98b5815b612c12ca5c407d324aa510"}}
:exec-fn cc.delboni.main/new}
# traditional
clojure -Sdeps '{:deps {rafaeldelboni/helix-scratch {:git/url "https://github.com/rafaeldelboni/helix-scratch" :git/sha "87c175a948e055812bb07002480fe209b2ee80c1"}}}' -Tnew create :template rafaeldelboni/helix-scratch :name myusername/mynewproject
# wrap
clojure -X:new :gh rafaeldelboni/helix-scratch :name myusername/mycoolsite
Copyright © 2024 Rafael Delboni
This is free and unencumbered software released into the public domain. For more information, please refer to http://unlicense.org