foundry-rs / foundry-rs/foundry
feat(config): auto-generate default and minimal configs as TOML asset files
Open
A-config
P-normal
T-feature
- Dominant language
- Rust
- Stars
- 10.6k
- Forks
- 2.6k
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 510
Description
### Component
Forge
### Describe the feature you would like
Currently config options are manually documented in either the [config crate's README.md](https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md) or [the book](https://book.getfoundry.sh/reference/config/overview).
As a follow-up to https://github.com/foundry-rs/foundry/issues/6753, auto generate the default and minimal configs as TOML files alongside the schema in crates/config/assets for documentation and reference purposes.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.