Switch to tools.build for project build
Fix using user deps.edn in test-template
This can lead to me using a newer version of clj-new than is specified
in deps.edn for testing.
Bump clj-new version
This fixes the project actually working with the version of clj-new
specified in the deps.edn.
Fix npm install directory for namespaced projects
The :name in the data is altered through `project-name` first. I
incorrectly thought this was the same as the passed name and I could
call out to `project-dir` directly. `project-name` grabs the last
segment after "/" in the project name.
Switch to packaged $d/defnc variations
Add helix/bundle as default cljs setup
Update test-template to use recommended invocation