I would like a pointer to the proper way to name a project when invoking
lein new <projectname>
My question is related to a question I've asked recently.
Specifically, a lot of projects I have seen use dashes, like clojure-csv. Yet, I am having trouble getting a project to work on Windows.
So my specific question is is there a way to create the project when invoking lein new
and what other adjustments in project.clj and core.clj should I expect to make when creating a Clojure project on Windows (in my case Windows 7) using lein?