| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A command-line tool for iDempiere plugin engineering, built with Quarkus and Picocli.
Status: Early release (active development). Core workflows are usable and tested, but the project is still evolving. Expect iterative improvements and occasional breaking changes.
idempiere-cli standardizes repetitive iDempiere plugin engineering tasks:
It complements iDempiere runtime/Application Dictionary tooling; it does not replace them.
curl -fsSL https://raw.githubusercontent.com/devcoffee/idempiere-cli/main/install.sh | bash
idempiere-cli doctorManual binaries: GitHub Releases
Windows prerequisite (if needed): VC++ Redistributable
# 1) Check/fix local prerequisites
idempiere-cli doctor --fix
# 2) Bootstrap local environment (Docker path)
idempiere-cli setup-dev-env --with-docker
# 3) Create and build first plugin
idempiere-cli init org.mycompany.myplugin
cd myplugin && ./mvnw verifyStart from the Documentation Hub.
Practical guides:
Internal/experimental (optional):
Reference:
Contributions are welcome, especially in:
Licensed under GNU GPL v2.0.
Built on top of:
| Back | FazBrowse Home | New Git URL |