/lein2-eclipse

A leiningen plugin to create Eclipse project descriptor files.

Primary LanguageClojure

lein2-eclipse

lein2-eclipse is a Leiningen2 plugin that automates the generation of Eclipse project setup.

It provides the eclipse command to generate .project and .classpath files.

Usage

To use lein2-eclipse, add it as a plugin to your project.clj file or your global profile:

:plugins [[lein2-eclipse "2.0.0"]]

When this is set, you can use the lein eclipse command to generate project files.