Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 911 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 911 Bytes

nuid.multicodec

Cross-platform multicodec facilities

Requirements

jvm, node + npm, clj, shadow-cljs

From Clojure and ClojureScript

tools.deps:

{nuid/multicodec {:git/url "https://github.com/nuid/multicodec" :sha "..."}}

Licensing

Apache v2.0 or MIT

Contributing

Install git-hooks and fire away. Make sure not to get bitten by externs if modifying npm dependencies.

formatting:

$ clojure -A:cljfmt            # check
$ clojure -A:cljfmt:cljfmt/fix # fix

dependencies:

## check
$ npm outdated
$ clojure -A:depot

## update
$ npm upgrade -s
$ clojure -A:depot:depot/update