This plugin turns your `hardhat-deploy` deployments into a nice markdown file.
This plugin turns your hardhat-deploy deployments into a nice markdown file.
First install the package:
```
yarn add @pooltogether/hardhat-deploy-markdown-export
Now add it to hardhat.config.js:
``
require('@pooltogether/hardhat-deploy-markdown-export')
Now export your deployments:
```
hardhat deploy-markdown-export --help