aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-29 20:27:12 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-29 20:30:46 -0700
commitb9de5a974df556fd3d8ddeaf2cc5c372a80f3401 (patch)
tree8c4a62ba65e1b84f1f73bfec9dbbc3b18fbd2894 /README.md
parentfd12c691b0bc05fba1e2ff0dd1a579865ff5bd10 (diff)
downloadcommando-b9de5a974df556fd3d8ddeaf2cc5c372a80f3401.tar.gz
commando-b9de5a974df556fd3d8ddeaf2cc5c372a80f3401.tar.bz2
commando-b9de5a974df556fd3d8ddeaf2cc5c372a80f3401.zip
Set up travis and auto publishv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1684909..1641d0f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,15 @@
+[![Build Status](https://travis-ci.org/jodersky/commando.svg?branch=master)](https://travis-ci.org/jodersky/commando)
+
# Commando
An opinionated command line parsing utility for Scala.
+```scala
+libraryDependencies += "io.crashbox" %% "commando" % "<latest_version>"
+```
+
+Commando is available for Scala, Scala JS and Scala Native.
+
## Concepts
Commando's API is designed around two main concepts: commands and
parameters. It is recommended to read this section before diving into