How can I query the project group, name and version from a Leiningen project.clj file using only lein and simple command line utilities without modifying the project file?
I could not find anything useful in lein help, like executing code from the command line arguments.
I am thinking about writing a sed expression, but I am wondering if there is a simpler way using Leiningen.
