Is there a way to set the working folder? (for abi and such)
ShravanSunder opened this issue · 2 comments
ShravanSunder commented
when you use ethsdk : yarn eth-sdk -p ./src/config
even if you specify the output folder, eth-sdk generates the abi folder in the same folder the file is located. I the output folder
is only used for types
.
ideally, I would like all generated files in a generated folder
that is specified in config
including
- abi
- output files
- temporary files
Thanks for the great lib! 🙇🏾
krzkaczor commented
There is no way to configure it right now. But we are open for adding such feature.
ShravanSunder commented
that would be great