DEV Community

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

Posted on

2 1

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)

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay