https://github.com/kitlangton/given
A tool for interactively updating your Scala dependencies.
https://github.com/kitlangton/given
cli dependencies scala tooling
Last synced: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T12:02:11.000Z (over 1 year ago)
- Last Synced: 2025-02-28T15:59:58.392Z (10 months ago)
- Topics: cli, dependencies, scala, tooling
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 44
- 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:

Select whichever versions you'd like to update, and then hit enter. Voila!

## 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)