You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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