hardhat

v2.0.0-rc.1
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
ethereum smart-contracts hardhat blockchain dapps javascript tooling task-runner solidity and 1 more...

lint

yarn lint-src && yarn lint-tests

test

node ../../node_modules/mocha/bin/mocha --recursive "test/**/*.ts"

build

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

clean

node ../../node_modules/rimraf/bin.js builtin-tasks internal types utils *.d.ts *.map *.js build-test tsconfig.tsbuildinfo

coverage

node ../../node_modules/nyc/bin/nyc.js ../../node_modules/mocha/bin/mocha --recursive "test/**/*.ts"

lint-src

node -r ts-node/register/transpile-only ../../node_modules/tslint/bin/tslint --config tslint.json --project src/tsconfig.json

lint:fix

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

build-test

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

lint-tests

node -r ts-node/register/transpile-only ../../node_modules/tslint/bin/tslint --config tslint.json --project ./tsconfig.json

Metadata

Downloads