Hi,
I have a nodejs project for which i'd like to have both a CLI and a GUI for a single .exe file (Windows only). It's currently a CLI only, built as .exe with yao-pkg.
Would it possible to use native-window for the GUI part (and to keep the CLI part, if launched with arguments for instance) ? It would be a single window, quite simple, a form with some checkboxes and file input, a progress bar, that kind of stuff.
Thanks in advance
Hi,
I have a nodejs project for which i'd like to have both a CLI and a GUI for a single .exe file (Windows only). It's currently a CLI only, built as .exe with yao-pkg.
Would it possible to use native-window for the GUI part (and to keep the CLI part, if launched with arguments for instance) ? It would be a single window, quite simple, a form with some checkboxes and file input, a progress bar, that kind of stuff.
Thanks in advance