https://github.com/phronmophobic/add-deps
https://github.com/phronmophobic/add-deps
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/add-deps
- Owner: phronmophobic
- License: epl-1.0
- Created: 2022-03-23T06:18:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T20:17:48.000Z (about 3 years ago)
- Last Synced: 2025-03-29T19:42:13.575Z (over 1 year ago)
- Language: Clojure
- Size: 91.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# add-deps
Swing GUI application for adding clojars deps to deps.edn projects.
## Screenshot

## Usage
### Try it!
From inside your clojure project:
```sh
clojure -Sdeps '{:deps {com.phronemophobic/add-deps {:mvn/version "1.0"}}}' -M -m com.phronemophobic.add-deps
```
### Alias
Create an alias for add-deps
```clojure
{
:aliases {
```
```clojure
:add-deps {:replace-deps
{com.phronemophobic/add-deps {:mvn/version "1.0"}}
:exec-fn com.phronemophobic.add-deps/-main}
```
```clojure
}
}
```
Run add deps:
```sh
$ clojure -X:add-deps
```
## License
Copyright © 2022 Adrian
Distributed under the Eclipse Public License version 1.0.