Skip to content

swadey/docopt.scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scala implementation of docopt language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 95.3%
  • Python 2.1%
  • Java 1.8%
  • Shell 0.8%