File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,23 @@ This provides utilities for core functionality, such as data time usage.
11
11
## Lift
12
12
These utilities are currently aimed at the use of Lift and/or MongoDB.
13
13
14
+## Usage
15
+ You will require [ sbt] ( https://github.com/harrah/xsbt ) .
16
+
17
+ Clone this project and then enter ` sbt publish-local `
18
+
19
+ Add a dependency to your other project's ` build.sbt ` file:
20
+
21
+ ```
22
+ libraryDependencies ++= Seq(
23
+ "uk.co.randomcoding" %% "scala-utilities-core" % "0.1.0-SNAPSHOT",
24
+ "uk.co.randomcoding" %% "scala-utilities-lift" % "0.1.0-SNAPSHOT"
25
+ )
26
+ ```
27
+
28
+ ## License
29
+ This project is licensed under the [ GNU AGPL 3.0] ( http://www.gnu.org/licenses/agpl-3.0.html )
30
+
31
+ ## Contributions
32
+ Contributions are welcome. :)
33
+
You can’t perform that action at this time.
0 commit comments