https://vittominacori.github.io/erc20-generator
npm installOpen the Truffle console
npm run consolenpm run compilenpm run testOpen the Buidler console
npm run buidler:consolenpm run buidler:compilenpm run buidler:testnpm run coverageUse Solhint
npm run lint:solUse ESLint
npm run lint:jsUse ESLint and fix
npm run lint:fixThis allow to flatten the code into a single file
Edit scripts/flat.sh to add your contracts
npm run flat