Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T22:11:47.000Z (about 2 months ago)
- Last Synced: 2024-09-17T03:13:02.265Z (about 2 months ago)
- Topics: cli, maven, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 15 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
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