Generates a basic Markdown overview from a given ABI file.
It's pretty basic.
The simplest way to run it is with npx:
npx @vegaprotocol/simple-abi-docgen contract.json Title > contract.md
But if you want to clone it and run the script, you can also do it this way:
node index.js ./contract.json My Contract Title
See the ERC20 example for the output, run against OpenZeppelin IERC20.sol.
Feel free to add your project here if you're using simple-abi-docgen:
You probably really want solidity-docgen and to use NatSpec.