https://github.com/dlesl/deps-wrapper
A wrapper script for deps.clj
https://github.com/dlesl/deps-wrapper
clojure
Last synced: about 2 months ago
JSON representation
A wrapper script for deps.clj
- Host: GitHub
- URL: https://github.com/dlesl/deps-wrapper
- Owner: dlesl
- Created: 2022-11-19T19:36:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T19:37:09.000Z (over 3 years ago)
- Last Synced: 2025-03-28T12:45:32.288Z (about 1 year ago)
- Topics: clojure
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deps-wrapper
A wrapper to download and run [deps.clj](https://github.com/borkdude/deps.clj)
requiring only Java (>= 11) and bash. Like `gradlew`, `mvnw` etc. but for
clojure.
TODO: make more portable (windows, POSIX sh).