@typechain/ethers-v4

v1.0.1
🔌 TypeChain target for ethers-v4
ethers ethersjs ethereum TypeChain TypeScript

prepublishOnly

yarn lint && yarn format && yarn test && yarn typecheck && (cd ../.. && yarn build)

start

ts-node -T ./src/index.ts

format

prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check "./**/*.ts"

format:fix

prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write "./**/*.ts"

lint

eslint --ext .ts src test

lint:fix

yarn lint --fix

typecheck

tsc --noEmit --incremental false --composite false && tsc --noEmit --incremental false --composite false -p tsconfig.types.json

clean

rm -rf dist && rm -f tsconfig.build.tsbuildinfo

test

mocha --config ../../.mocharc.js

test:fix

yarn lint:fix && yarn format:fix && yarn test && yarn typecheck
npm i @typechain/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/3/2020

Downloads

Maintainers