@zero-tech/metadata-diff-tool
v0.0.5
Published
A diff tool that shows the difference between two provided NFT metadata's
Downloads
4
Keywords
Readme
Metadata Diff Tool
Allows for the comparison of NFT and generic metadata types, this can be from files, NFT batches, or a database specified in the env file.
To use from command line do:
yarn cli serve --your_args_here
Required cmd arguments:
--[mf | modifiedFile] "modified file here"
optional cmd arguments:
--[of | originalFile] "original file here"
--(o | outputFile) "optional output file here, giving no file will print to console"
--(v | verbose) Enables verbose logging