deps-new

Wara Songkran 2022-11-29T16:25:08.740509Z

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

Wara Songkran 2022-11-29T16:26:27.461939Z

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

seancorfield 2022-11-29T18:39:10.146869Z

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.

seancorfield 2022-11-29T18:39:50.784569Z

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

seancorfield 2022-11-29T18:40:04.511399Z

point_up::skin-tone-2 @warasongkran