@0xproject/abi-gen

v1.0.13
Generate contract wrappers from ABI and handlebars templates

lint

tslint --project .

clean

shx rm -rf lib

build

tsc -b

build:ci

yarn build

test

yarn run_mocha

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

coverage:report:lcov

nyc report --reporter=text-lcov > coverage/lcov.info
npm i @0xproject/abi-gen

Metadata

Downloads