infopack-diff
v1.0.1
Published
Example use
Readme
Infopack HTML Diff Tool
Example use
Command: npx infopack-diff
The command takes three arguments:
- The path to the HTML file to be created.
- The JSON representation of the first version of the package.
- The JSON representation of the second version of the package.
npx infopack-diff \
nr-krav-diff-300-301.html \
'{"title":"Nationella riktlinjer","name":"nr-krav","version":"3.0.0","content":[{"contentType":"package","irn":"swe-nrb:nrb-metoder:3.0.0"}]}' \
'{"title":"Nationella riktlinjer","name":"nr-krav","version":"3.0.1","content":[{"contentType":"package","irn":"swe-nrb:nrb-metoder:3.0.1"}]}'
