We want to create a toml file with a structure very similar to truffle-config
There are 3 functionalities that are needed to complete this issue:
- Init (Create a sample configuration file which will be loaded with presets)
- Parse the configuration and create either global config or add to
context
- Reset configration
We want to create a
tomlfile with a structure very similar totruffle-configThere are 3 functionalities that are needed to complete this issue:
context