wesnoth-map-diff
v0.0.3
Published
Visual map differ for Battle for Wesnoth
Readme
wesnoth-map-diff
🗺 Print the diff between two Wesnoth maps
Setup
1 - Make sure you have Node on your system. If you don't have it, install it. If you are using macOS or Linux, you can install Node using nvm. On Windows, use nvm-windows.
2 - Open the terminal in the wesnoth-map-diff folder and run the following command to install the project dependencies:
npm i3 - Then, run the following command to build it:
npm run build:dev4 - Finally, run it using node ./build/index.js [path for the old map] [path for the new map] [output filename]. For instance:
node ./build/index.js old.map new.map output.pngContributing
Run tests:
npm run testRun lint:
npm run lint