Skip to content

Instantly share code, notes, and snippets.

@denlab
Created September 3, 2012 06:53
Show Gist options
  • Save denlab/3607437 to your computer and use it in GitHub Desktop.
Save denlab/3607437 to your computer and use it in GitHub Desktop.
denis@zeus:~/tmp$ lein new foo
Generating a project called foo based on the 'default' template.
To see other templates (app, lein plugin, etc), try `lein help new`.
denis@zeus:~/tmp$ cat foo/project.clj
(defproject foo "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment