-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
32 lines (21 loc) · 810 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# lein-fig
Get fig dependencies with your maven dependencies.
## Hacking
To publish:
$ lein pom && lein jar && lein push
## Usage
$ lein deps
lein-fig uses Robert Hooke to hook `deps` and install your
fig dependencies alongside.
## Installation
Method 1 (good):
$ lein plugin install lein-fig 1.0.3
Add the following line to your project.clj:
:hooks [leiningen.fig]
Method 2 (bad):
Add [lein-fig "1.0.3"] to your project's :dev-dependencies.
Add the following two lines to your project.clj:
:disable-implicit-clean true
:hooks [leiningen.fig]
## License
Licensed under the EPL; the same license as Clojure.