-
Notifications
You must be signed in to change notification settings - Fork 0
ffailla/clojure-archetype
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published