-
Notifications
You must be signed in to change notification settings - Fork 55
Before doing anything
There are two versions of this tool. The compiled one (.exe) which can be downloaded through the releases. They are more stable, but might not provide the newest features. The second one is the code base. You can use it simply by having node.js installed.
They both work fundamentally the same, but there is one major difference.
While using the command line (cmd on Windows) you interact with the code version by typing node funi.js [Coustom Args]
(where [Custom Args] is the data you feed into the tool, more on that later).
For the compiled version, you use funi[extension] [Coustom Args]
, where [extension] is .exe on Windows or nothing on macOS and Linux.
For the rest of this tutorial, I will refer to every command by using node funi.js
.
I assume that you've done every step as described here