1.0.0 • Published 4 years ago

@lokiodinevich/sparkwave0xff1493 v1.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

Install:

From git:

git clone https://github.com/NunoSempere/sparkwave0xff1493
cd sparkwave0xff1493
npm install

From npm (gets installed to your local node_modules):

npm install @lokiodinevich/sparkwave0xff1493

Use

From command line (after installing from git.)

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

Within a project (after installing from npm.)

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)
1.0.0

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.8

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago