Introduction
A Java (Maven) source repository on GitHub. It provides:
- command-line launchers for Anchor
- references to specific versioned-plugins from anchor-plugins that the launcher is designed to work with
What belongs in the repository?
Tip: It should include: command-line programs for launching and configuring anchor launcher application (entry-point application).
Warning: It should not include: data objects, algorithms related to image processing.
Supporting libraries and tooling
-
A SonarCloud project performs static code analysis.
-
Project Lombok reduces boiler-plate source code. Please see key libraries for relevant libraries and tooling.
-
Coding style specifies the applicable style-guide.
-
GitHub Actions and Maven for CI/CD.
Modules
Module | Java Package Root & Description | Classes | Lines‑of‑Code |
---|---|---|---|
anchor-launcher | org.anchoranalysis.launcher The anchor command-line application. |
52 | 2,680 |
Number of classes/code is as per SonarQube, October 19th, 2025. Lines-of-code excludes whitespace and comments.