ipld-garbage

v3.0.1
Garbage data generator for the IPLD Data Model
garbage IPLD

lint

standard *.js

build

npm run build:js && npm run build:types

build:js

ipjs build --tests --main && npm run build:copy

build:copy

cp -a tsconfig.json *.js *.ts dist/

build:types

npm run build:copy && cd dist && tsc --build

test:cjs

npm run build

test:node

hundreds node test.js

test:browser

polendina --page --worker --serviceworker --runner=bare-sync --cleanup dist/cjs/browser-test.js

test

npm run lint && npm run test:node && npm run test:cjs && npm run test:browser

coverage

c8 --reporter=html node node test.js && npx st -d coverage -p 8080

Metadata

Downloads

Maintainers