Compiling Contracts npx hardhat compile
Testing Contracts npx hardhat test
Generating Coverage Report npx hardhat coverage --testfiles "test/tests.js" --solcoverjs ./solcover.js
Deploying Contracts npx hardhat run scripts/deploy.js
Generating Docs npx solidity-docgen -i contracts/interfaces -o docs -t docs --solc-module solc-0.7.5