Install
Syncmaven can be installed as a Docker image or an NPM package. Docker is the recommended way to use Syncmaven.
Docker
Syncmaven is available as a Docker image - syncmaven
.
Create a project directory
Initialize the project
syncmaven/syncmaven
docker image assumes that the project located in docker image /project
directory. It should be mounted to the local host directory
where the project is located.
Edit the project
Edit the project files in the ./syncmaven-example
.
Run all syncs
Explore other commands by running docker run --rm syncmaven --help
.
NPM
Syncmaven is also available as an NPM package - syncmaven
. It can be installed locally and used as a CLI tool.
Make sure you have Node.js installed on your machine, and it’s version is 20 or higher.
Syncmaven NPM package is not stable yet. You may face issues during installation. If you do, please use the Docker image.
Then you can use syncmaven
command to run the tool.
Next steps
Take a look at the examples to see how Syncmaven can be used in real life:
Get yourself familiar with the fundamentals: