https://github.com/bhb/check-deps
Verify your deps.edn
https://github.com/bhb/check-deps
Last synced: over 1 year ago
JSON representation
Verify your deps.edn
- Host: GitHub
- URL: https://github.com/bhb/check-deps
- Owner: bhb
- License: epl-1.0
- Created: 2018-09-29T17:59:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T16:14:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T04:49:28.803Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# check-deps
Verify your `deps.edn` file

## Getting started
Add an alias to `~/.clojure/deps.edn`
```
;; within `:aliases` map
:check-deps {:extra-deps {bhb/check-deps
{:git/url "https://github.com/bhb/check-deps"
:sha "ce51e7e0814e4e6095027f34cd7a39475d95d153"}}
:main-opts ["-m" "bhb.check-deps"]}}
```
## Usage
`cat deps.edn | clj -A:check-deps`
`echo "{:dep1 {}}" | clj -A:check-deps --no-color`
## License
Copyright © 2018 Ben Brinckerhoff
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.