WS-Na / telescope-maven-search

Telescope extension to search Maven Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telescope-maven-search

A telescope extension to search dependencies in MavenCentral.

Features:

  • Search MavenCentral and copy artifact to clipboard.
  • Works for any JVM language that has a build tools that can use deps from MavenCentral.

Installation

With packer:

use 'aloussase/telescope-maven-search'

Then register the extension with telescope:

require'telescope'.load_extension('maven_search');

Options

Option Description Values
query what to look for in maven central string
format in what format to display the artifacts string

Formats

Currently the available artifact formats are:

  • maven
  • gradle
  • leiningen
  • sbt

Feel free to open an issue or a PR if you want more!.

License

MIT

About

Telescope extension to search Maven Central

License:MIT License


Languages

Language:Lua 78.8%Language:Python 21.2%