Fork me on GitHub
#deps-new
<
2022-11-29
>
Wara Songkran16:11:08

clojure -Tclj-new create :template re-frame :name wara.spa :output front-end :args '[+garden "+10x" +routes]'

Wara Songkran16:11:27

The command above produce Unreadable arg: "[+garden +10x +routes]" I'm on Windows and using Powershell.

seancorfield18:11:10

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.

seancorfield18:11:50

(which is why I recommend WSL2 for Windows users -- so all the macOS/Linux books, tutorials, and READMEs "just work")