https://github.com/clemstoquart/maven-repo-cli
Basic cli tool to check latest maven package version
https://github.com/clemstoquart/maven-repo-cli
cli maven nodejs typescript
Last synced: 3 months ago
JSON representation
Basic cli tool to check latest maven package version
- Host: GitHub
- URL: https://github.com/clemstoquart/maven-repo-cli
- Owner: clemstoquart
- License: mpl-2.0
- Created: 2018-07-06T15:07:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T20:51:09.000Z (3 months ago)
- Last Synced: 2025-04-14T21:13:49.875Z (3 months ago)
- Topics: cli, maven, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 20.2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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