greglook / clj-cbor

Native Clojure CBOR codec implementation.
The Unlicense
70 stars 7 forks source link

Add installation instructions for `tools.deps`. #18

Open seabass-labrax opened 2 years ago

seabass-labrax commented 2 years ago

This pull request adds instructions for installing clj-cbor as a dependency with tools.deps; it uses a different format to Leiningen.

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (5f8ea51) into main (2ba843a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          13       13           
  Lines         890      890           
  Branches        3        3           
=======================================
  Hits          887      887           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ba843a...5f8ea51. Read the comment docs.

seabass-labrax commented 2 years ago

Thanks for taking a look at this pull request! I agree; the Clojars banner is pretty neat. Clojars doesn't have a tools.deps banner, but I think it would be a fun project to add that feature to Clojars at some point... I'll look into that :)

How about I amend the commit by moving the Clojars banner up to the start of the README instead of removing it? That way it'd be underneath the other badges and the installation instructions would be as they are in my patch.