Skip to content

Java-based console framework inspired by Symfony's console framework in PHP

Notifications You must be signed in to change notification settings

dsikkema/jamphony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jamphony

Because symfony in java.

For documentation and to see examples of usage, check out this sample project

What's this

A framework for projects composed of console commands. It lets you easily define your input and command logic, and then handles the input processing and other console application plumbing for you.

Disclaimer

Disclaimer: I don't know how licenses work, so just don't use this in any kind of important way, or in any production software, until it's ready. Right now it's just a java exercise, and not ready for production.

Use

  1. Create class for command
  2. Add command to CommandModule
  3. Add CommandModule binding to Guice Module
  4. Create entry point that builds the CommandRunner using guice and runs it

About

Java-based console framework inspired by Symfony's console framework in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages