Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djyde/node-maven

Getting maven repo url easily
https://github.com/djyde/node-maven

Last synced: about 2 months ago
JSON representation

Getting maven repo url easily

Awesome Lists containing this project

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](http://search.maven.org/#api)

# Quick Look

![](http://ww2.sinaimg.cn/large/62580dd9gw1eu29wky8q9g20nh0e40xd.gif)

# Usage

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

### Install

```shell
$ npm install node-maven -g
```

### Command
```shell
$ maven search
```

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