DEV Community

Cover image for Quickstart: Java command line tool
Henryk Konsek
Henryk Konsek

Posted on

Quickstart: Java command line tool

I keep forgetting how to create new projects from scratch, so I like to keep my personal set of quickstarts on GitHub. Quickstart for Java command line tool is a simple implementation of Grep command implemented as Java fat jar.

Project is pretty feature-complete right now, however here is the short list of the things I'd like to improve:

  • add support for command line parsing
  • explicitly manage version numbers of all Maven plugins used by the project (compiler plugin, clean plugin, site plugin, etc)

Oldest comments (0)