jbang-idea
jbang-idea copied to clipboard
Install JBang executable if does not exist on the computer
trafficstars
I just ran into the problem that if you do not have the JBang executable on your machine than the plugin is unable to work.
Is there any way that the plugin itself can install it? Maybe with a prompt to be 100% transparent with the user that it is missing and it will be downloaded and installed.
yeah there are the portable install options.
windows/Powershell:
iex "& { $(iwr https://ps.jbang.dev) } app setup"
anything else:
curl -Ls https://sh.jbang.dev | bash -s - app setup