Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/hardhat-deploy-markdown-export


https://github.com/pooltogether/hardhat-deploy-markdown-export

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# hardhat-deploy-markdown-export

This plugin turns your `hardhat-deploy` deployments into a nice markdown file.

# Usage

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
```