Closed Turupawn closed 3 years ago
Nice, I've been planning to write a script to split the metadata.json into their individual json files. Thanks for this!
Great to hear! Thank you for creating this!
Feel free to merge or just grab ideas and close this PR but please let me know so I can create a youtube video about this. I'm sure that people will find a lot of value
You must have misunderstood haha, I'm not the person who created this repo, that's @NotLuksus ! I'm just another user!
lol
Could you create an input using iquirer asking the user if they want it in one or in multiple files
Could you create an input using iquirer asking the user if they want it in one or in multiple files
Sure! I can do it
@NotLuksus Just added the iquirer
And btw, after the other PR was merged it started asking for a minimist library
Cannot find module 'minimist'
So I had to npm install minimist
Can you please add it to the dependency list?
Other than that it looks ready to go for me, again please let me know what you think.
Thank you for the contribution, will add minimist to the dependency list!
Changes:
metadata/
andimages/
folder.json
file extensionThis is to make it easier to comply to the latest default URI generator by OpenZeppelin https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol#L92
Cheers!