clojure -Tclj-new create :template re-frame :name wara.spa :output front-end :args '[+garden "+10x" +routes]'
The command above produce Unreadable arg: "[+garden +10x +routes]" I'm on Windows and using Powershell.
As the README says: > Note: if you are on Windows, read https://clojure.org/reference/deps_and_cli#quoting in the official Deps and CLI Reference documentation to understand how the above command needs to look on Powershell. Or take a look at the Babashka CLI library support.
(which is why I recommend WSL2 for Windows users -- so all the macOS/Linux books, tutorials, and READMEs "just work")
point_up::skin-tone-2 @warasongkran