Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 502 Bytes

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.