Is there an equivalent in Leiningen to this clj command :
clj -m project.core
Looks like if I use Leiningen I need to create project.clj before I could run it with
lein run -m project.core
Could I run it without creating project.clj ?
*Example of the project which doesn't have project.clj file:
https://github.com/mogenslund/microliquid