weavejester / eftest

Fast and pretty Clojure test runner
425 stars 40 forks source link

Clojure CLI tool support #43

Open kawas44 opened 6 years ago

kawas44 commented 6 years ago

Hi,

With Clojure 1.9.0 we can use CLI tool for small project and create alias to launch the main function of any program.

We could enhance the project with a -main entry point to allow usage from CLI tool.

Regards

weavejester commented 6 years ago

Sure, if it's put in a eftest.main namespace.