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
- Host: GitHub
- URL: https://github.com/docopt/docopt.scala
- Owner: docopt
- Created: 2013-03-22T14:59:17.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2018-10-14T23:13:17.000Z (over 7 years ago)
- Last Synced: 2024-05-09T19:19:23.030Z (about 2 years ago)
- Language: Scala
- Size: 216 KB
- Stars: 37
- Watchers: 16
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
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.