| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project is an example implementation of a ToolForge tool in Java. It uses the ToolForge Maven plugin to generate its argument parser from its manifest and the toolforge4j library for QOL. It also uses the excellent Fabric8 Docker Maven plugin to build its Docker container for pushing into ToolForge.
This "Hello Toolforge" template is released FREE TO USE under the Apache 2.0 License for building ToolForge tools. Tool developers may choose their own licenses for their tools, including closed source.
Simply running the following command will generate the required Docker image:
mvn clean compile install
Note that this example also includes GitHub actions for CI/CD.
To adapt this example into a real tool, the user should:
| Back | FazBrowse Home | New Git URL |