oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 125 forks source link

Customized Lein Tasks #83

Closed Quasaur closed 9 years ago

Quasaur commented 10 years ago

1st let me say that since i last visited this tool, Nightcode has improved IMMENSELY; i now believe it to be the best thing out there--even more than Cursive Clojure! Now to my question...

I want to setup customized lein tasks:

lein ring server lein ring server-headless lein new luminus guestbook +h2

...and such-like. Is this a tough feature to add, or is it already there?

Thank you for ALL your hard work!

oakes commented 10 years ago

Thanks for the compliment! Currently there is no support for custom lein tasks. This is a good idea, though, so I will think about how to implement it. All of Nightcode's Leiningen plugins are actually part of the JAR file itself and called programmatically, but it would definitely be useful to allow using arbitrary plugins.