Skip to content

Commit

Permalink
Add deploy coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed Jul 23, 2019
1 parent d223ba1 commit b071eb6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ pom.xml.asc
.hgignore
.hg/
.cpcache/
pom.xml
/bin/deploy
12 changes: 12 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ postgres binary format. See the [[Input Type mapping][mapping]] section for more

* Usage

** Leiningen/Boot

#+BEGIN_EXAMPLE
[clj-pgcopy "0.1.0"]
#+END_EXAMPLE

** Clojure CLI/deps.edn

#+BEGIN_EXAMPLE
clj-pgcopy {:mvn/version "0.1.0"}
#+END_EXAMPLE

#+BEGIN_SRC clojure :exports none
(require '[clojure.java.jdbc :as jdbc])

Expand Down
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
{:extra-paths ["dev" "test"]
:extra-deps {org.clojure/tools.namespace {:mvn/version "0.3.0"}
org.clojure/java.jdbc {:mvn/version "0.7.9"}}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]}}}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]}
:deploy {:extra-deps {deps-deploy {:mvn/version "RELEASE"}}}}}

0 comments on commit b071eb6

Please sign in to comment.