All Projects → docopt → docopt.scala

docopt / docopt.scala

Licence: other
Scala implementation of docopt language

Programming Languages

scala
5932 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
shell
77523 projects

docopt.scala is a JVM implementation of docopt

docopt http://docopt.org/ language definition can be found on the official webpage.

usage

  • For a scala example, see src/test/scala/org/docopt/Testee.scala and src/test/scripts/testee
  • For a java example, see src/test/java/org/docopt/NavalFate.java and src/test/scripts/naval_fate

installation

Once the project stabilize, i'll export it to a maven repository. Right now, just clone the sources and run mvn install.

tests coverage

The current coverage is 150/164 language agnostic tests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].