Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

davesann/dsann-boot-eclipse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsann-boot-eclipse

Very simple Boot task to create eclipse .classpath file.

Usage

(set-env! :dependencies #(conj % '[dsann/dsann-boot-eclipse "0.3.0"]))

(require '[dsann.boot.eclipse :refer [eclipse]])

(task-options!
  eclipse {:name "eclipse-project-name"})
$ boot eclipse -h
Generate eclipse .project and .classpath

Options:
  -h, --help       Print this help info.
  -n, --name NAME  Set the eclipse project name (mandatory parameter) to NAME.

Name is required either via task-options! or on command line.

$shell> boot eclipse
$shell> boot eclipse -n "PROJECT_NAME"

$repl> (boot eclipse)
$repl> (boot (eclipse :name "PROJECT_NAME"))

Clojars

Clojars Project

Notes

.classpath and .project files are written directly to the directory where boot is run (using spit).

License

Copyright © 2014 - davesann

Distributed under the Eclipse Public License either version 1.0.

About

Simple Boot Task to create eclipse .classpath

Resources

License

Stars

Watchers

Forks

Packages

No packages published