js-multicodec
js-multicodec copied to clipboard
JavaScript implementation of the multicodec specification
Revives the previously deprecated [`multicodec`](https://www.npmjs.com/package/multicodec) npm package as discussed [here](https://github.com/multiformats/multicodec/issues/327#issuecomment-1583902359). * Include https://github.com/multiformats/multicodec as a Git submodule * [`npm run generate:json`](https://github.com/multiformats/js-multicodec/blob/22bbc1dc10db0ca74eb1040552ecade15bbc075e/package.json#L13) – use [`csvtojson`](https://github.com/Keyang/node-csvtojson) to generate a JSON file `multicodecs.json`...
This is a low priority nice-to-have item but might be fun to implement for someone. A cron Action that: 1. Runs `npm run update-table` and checks whether anything's changed 2....
https://github.com/multiformats/multicodec/pull/190#issuecomment-678034187 I will try and make a PR when I get a few cycles.