ipfs

v0.59.1-rc.3
JavaScript implementation of the IPFS specification
IPFS

build

run-s build:*

build:update-version

node scripts/update-version.js

build:aegir

aegir build

build:copy-cli

copyfiles ./src/cli.js ./src/package.js ./dist

build:copy-package

copyfiles ./dist/esm/package.json ./dist/src -u 2

lint

aegir ts -p check && aegir lint

test:interface:core

aegir test -f test/interface-core.js

test:interface:client

aegir test -f test/interface-client.js

test:interface:http-js

aegir test -f test/interface-http-js.js

test:interface:http-go

aegir test -f test/interface-http-go.js

test:interop

cross-env IPFS_JS_EXEC=$PWD/src/cli.js IPFS_JS_MODULE=$PWD/dist IPFS_JS_HTTP_MODULE=$PWD/node_modules/ipfs-http-client IPFS_REUSEPORT=false ipfs-interop

test:external

aegir test-dependant

clean

rimraf ./dist

dep-check

aegir dep-check -i ipfs-core-types -i @types/* -i npm-run-all -i copyfiles

Metadata

Downloads