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: 8 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:52:51.000Z (about 1 year ago)
- Last Synced: 2025-03-24T15:21:56.973Z (9 months ago)
- Topics: cli, scala, scala-js, scaladex
- Language: Scala
- Homepage: https://www.npmjs.com/package/dexsearch
- Size: 138 KB
- Stars: 40
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
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
