node-maven

Getting maven repo url easily.

Usage no npm install needed!

<script type="module">
  import nodeMaven from 'https://cdn.skypack.dev/node-maven';
</script>

README

node-maven

node-maven is a CLI tool for helping you escape from search-copy-paste, when you wanna compile a maven central library.

Based on Maven Central API

Quick Look

Usage

First of all, you are required to have a Node.js environment.

Install

$ npm install node-maven -g

Command

$ maven search <keyword>

Then you will get a list of search results.

Enter to copy the maven library url (the latest version) to clipboard.

Backspace to get out of list.

License

MIT License