Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neandertech/dexsearch
- Owner: neandertech
- License: apache-2.0
- Created: 2023-01-06T15:36:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T11:09:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-31T23:35:11.390Z (4 months ago)
- Topics: cli, scala, scala-js, scaladex
- Language: Scala
- Homepage: https://www.npmjs.com/package/dexsearch
- Size: 131 KB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)