@nomiclabs/buidler-ethers

v1.2.0-rc.1
Buidler plugin for ethers
ethereum smart-contracts buidler buidler-plugin ethers.js

lint:fix

node ../../node_modules/prettier/bin-prettier.js --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && npm run lint-src -- --fix && npm run lint-tests -- --fix

lint

npm run lint-src && npm run lint-tests

lint-tests

node ../../node_modules/tslint/bin/tslint --config tslint.json --project ./tsconfig.json

lint-src

node ../../node_modules/tslint/bin/tslint --config tslint.json --project src/tsconfig.json

test

node scripts/run-tests.js

build

node ../../node_modules/typescript/bin/tsc --build src

build-test

node ../../node_modules/typescript/bin/tsc --build .

clean

node ../../node_modules/rimraf/bin.js dist build-test
npm i @nomiclabs/[email protected]

Metadata

  • MIT
  • Whatever
  • Nomic Labs LLC
  • released 2/22/2020

Downloads