An open API service indexing awesome lists of open source software.

https://github.com/docopt/docopt.scala

Scala implementation of docopt language
https://github.com/docopt/docopt.scala

Last synced: about 1 year ago
JSON representation

Scala implementation of docopt language

Awesome Lists containing this project

README

          

``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.