Skip to content

Basic cli tool to check latest maven package version

License

Notifications You must be signed in to change notification settings

clemstoquart/maven-repo-cli

Folders and files

NameName
Last commit message
Last commit date
Jul 21, 2024
Apr 9, 2025
Mar 26, 2024
Feb 13, 2020
Dec 11, 2022
Apr 9, 2025
Jul 6, 2018
Jun 11, 2023
Apr 15, 2024
Apr 21, 2025
Mar 12, 2024
Apr 21, 2025

Repository files navigation

Maven repository cli

Requirements

Nodejs 20 and Yarn 1.22+ are required.

Setup

yarn install

Editor setup

For VSCode : https://yarnpkg.com/getting-started/editor-sdks#vscode

Build

Sources are written in typescript so a compilation step is required :

yarn build

Compiled to javascript files are available in the lib folder.

Usage

You can see all available commands running :

yarn node lib/index.js --help

For example :

yarn node lib/index.js checkPom ~/projects/my-project/pom.xml

Lint

Lint step is provided by ESLint :

yarn lint