@0x/web3-wrapper

v6.0.5
Wraps around web3 and gives a nicer interface

fix

tslint --fix --format stylish --project .

lint

tslint --format stylish --project .

test

yarn run_mocha

build

tsc -b

clean

shx rm -rf lib generated_docs

build:ci

yarn build

docs:json

typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES

run_mocha

mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --bail --exit

test:circleci

yarn test:coverage

test:coverage

nyc npm run test --all && yarn coverage:report:lcov

rebuild_and_test

run-s clean build test

watch_without_deps

tsc -w

coverage:report:lcov

nyc report --reporter=text-lcov > coverage/lcov.info
npm i @0x/[email protected]

Metadata

Downloads