https://vittominacori.github.io/erc20-generator
npm install
Open the Truffle console
npm run console
npm run compile
npm run test
Open the Buidler console
npm run buidler:console
npm run buidler:compile
npm run buidler:test
npm run coverage
Use Solhint
npm run lint:sol
Use ESLint
npm run lint:js
Use ESLint and fix
npm run lint:fix
This allow to flatten the code into a single file
Edit scripts/flat.sh
to add your contracts
npm run flat