An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# check-deps

Verify your `deps.edn` file

1__tmux

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