Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pooltogether/hardhat-deploy-markdown-export
https://github.com/pooltogether/hardhat-deploy-markdown-export
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pooltogether/hardhat-deploy-markdown-export
- Owner: pooltogether
- License: mit
- Created: 2021-10-08T20:38:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T17:38:44.000Z (about 2 years ago)
- Last Synced: 2024-04-23T21:42:36.086Z (9 months ago)
- Language: TypeScript
- Size: 391 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```