Skip to content

ffailla/clojure-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-archetype

Installation:

Clone the git repo and run:

mvn install

This will install the maven archetype in your local maven repository.

Usage:

Copy the cljproject file to a location in your path.  Run the following to create a new clojure project:

cljproject {groupId} {artifactId}

where {groupId} {artifactId} corresponds to the maven group and artifact ids respectively.  A new directory named by {artifactId} will be created and a template clojure project will be there referencing the following:

clojure-1.3.0
swank-clojure-1.3.0

A single "Hello World" clj file will be created (src/main/clojure/app.clj) containing a -main fn.
A single test file called runtests.clj will be created: scripts/runtests.clj

About

A Basic Clojure Maven Archetype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published