tailrecursion / boot

A Clojure build tool
Eclipse Public License 1.0
111 stars 18 forks source link

Integrate into Leiningen #7

Closed darth10 closed 10 years ago

darth10 commented 10 years ago

Is it possible to integrate boot as a whole into Lein? :smile: Maybe it can be a implemented as Lein plugin too.

I'm just asking this as the Clojure community already has a great build and dependency tool - Leiningen. Boot does add interesting functionality, such as :require-tasks and use of EDN format. Perhaps it can be made into a plugin, so that users don't have to use two build tools when working with projects that use boot.

micha commented 10 years ago

Pull requests always welcome :). If it can be implemented as a Lein plugin or whatever without losing functionality then I'm game. I don't really see how that can be done, though.

darth10 commented 10 years ago

Alrighty then.