git clone https://github.com/NunoSempere/sparkwave0xff1493
cd sparkwave0xff1493
npm install
npm install @lokiodinevich/sparkwave0xff1493
node trackDependencies.js test/INPUT1.txt # Use a test file (INPUT1.txt, INPUT2.txt or INPUT3.txt)
node trackDependencies.js yourFileName.txt # Use your own file
const lib = require("@lokiodinevich/sparkwave0xff1493")
lib.fileNameIntoOutput("yourFileName.txt")
const lib = require("@lokiodinevich/sparkwave0xff1493")
let callback = (result) => {
console.log(result)
let resultPrettyFormat = lib.prettyFormatLibTree(result);
console.log(resultPrettyFormat)
}
lib.fileNameIntoOutput("yourFileName.txt", callback)