Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neandertech/dexsearch

CLI to search for Scala libraries on Scaladex, made with Scala.js and published to NPM
https://github.com/neandertech/dexsearch

cli scala scala-js scaladex

Last synced: about 1 month ago
JSON representation

CLI to search for Scala libraries on Scaladex, made with Scala.js and published to NPM

Awesome Lists containing this project

README

        

## dexsearch

This humble CLI lets you search for Scala libraries via Scaladex, and stores them in your clipboard, well formatted, ready to paste in build files and scripts.

## Installation

Requires nodejs/npm installed.

```
npm install dexsearch -g
```

### Example commands

```bash
$ dexsearch
$ dexsearch --help
$ dexsearch --build-tool mill fs2
$ dexsearch -b sbt decline
```

## Demo

![2023-01-07 09 48 19](https://user-images.githubusercontent.com/1052965/211144583-27fd93c2-ad63-4386-9dc9-4d8e749ec185.gif)