mattmunz / CommandLineInterface

A Java library for command line applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Line Interface

A Java library for creating command line interfaces.

Contents

  • source The source files for this library
    • java
      • production The source files necessary for building the library
      • test The source files for automated tests, including unit tests
  • .* Project files for the Eclipse IDE

Release Notes

6/21/16 This project is a work-in-progress, with enough features to enable some applications.

Status

This library is ready to use for command line applications with a simple to moderate level of complexity in command line syntax.

TODO

  • Describe the motivations for this project
  • Consider integrating with one of the many CLI libraries out there
  • Add user documentation

Contact

Please contact Matt Munz if you have any difficulty or to provide feedback (which would be very welcome).

Author

Matt Munz

About

A Java library for command line applications


Languages

Language:Java 100.0%