I'd like to be able to do this in a package.json script: command-exists XYZ || 'echo installing command XYZ' Can this be done?
I'd like to be able to do this in a package.json script:
command-exists XYZ || 'echo installing command XYZ'
Can this be done?