-
|
I'm interested to have an answer in general, but also in particular for CLI tools. Will the final users need node.js if I publish with jdeploy? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
No tools are required on the user machine for gui apps. CLI apps currently are only installable via npm so node is needed there. At some point i will revisit cli apps to remove this dependency. I have been focusing mostly on the gui desktop experience for the past while. |
Beta Was this translation helpful? Give feedback.
-
|
Just checking if you made any progress on removing the dependency to node for cli apps? |
Beta Was this translation helpful? Give feedback.
-
@salmonb I have been playing with the launcher to support both service and cli apps. service apps are basically the same as cli apps except they can integrate with the native service manager to install, stop, start, etc... I can think of a lot of fun ways to use these features but i'm curious what use cases you are interested in? eg i could produce simple binaries that you can run that know how to install and update themselves, and know how to integrate into the native service managers. i could also make a "copy curl snippet to install" like i have already for the gui apps, except make it cli based. I've also thought about using this to deploy desktop "service" based apps that include gui management (eg taskbar menus to start stop, configure). But i'm curious what use cases others have. |
Beta Was this translation helpful? Give feedback.
No tools are required on the user machine for gui apps.
CLI apps currently are only installable via npm so node is needed there. At some point i will revisit cli apps to remove this dependency.
I have been focusing mostly on the gui desktop experience for the past while.