I developed a bot with nodejs, this bot is a cli application with some inputs and some actions based on the inputs.
this is my bot screen:
What i need to do now, is use electron (or another library) to transform it in a exe or something executable in windows and .sh to linux.
But this project dont contain any html file, its just a .js file calling another .js files.
There's a way to do it?
Thanks