Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/given
A tool for interactively updating your Scala dependencies.
https://github.com/kitlangton/given
cli dependencies scala tooling
Last synced: 10 days ago
JSON representation
A tool for interactively updating your Scala dependencies.
- Host: GitHub
- URL: https://github.com/kitlangton/given
- Owner: kitlangton
- Created: 2024-06-04T00:42:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T12:02:11.000Z (5 months ago)
- Last Synced: 2024-10-11T08:44:38.043Z (26 days ago)
- Topics: cli, dependencies, scala, tooling
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 43
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Δ GIVEN`
A tool for interactively updating your Scala dependencies.
## Example
Execute `given` in the root of any Scala project, and you'll be presented with a list of version updates:
![CleanShot 2024-06-06 at 07 54 48@2x](https://github.com/kitlangton/given/assets/7587245/4b231115-5ddf-41ac-ba51-1134d9f165d3)
Select whichever versions you'd like to update, and then hit enter. Voila!
![CleanShot 2024-06-06 at 07 55 45@2x](https://github.com/kitlangton/given/assets/7587245/e4146eb6-4acc-4df6-bd69-649dd1a0e9f1)
## Installation
### Homebrew
To install `Δ GIVEN` using Homebrew, you can run the following command:
```sh
brew tap kitlangton/tap
brew install given
```### Cargo
To install `Δ GIVEN` using Cargo, you can run the following command:
```sh
cargo install given
```## [Video Demo](https://www.youtube.com/watch?v=aMYZLe1vIfg)