zkapp-cli icon indicating copy to clipboard operation
zkapp-cli copied to clipboard

Remove NPM ShellJS and use Node's child_process.execSync

Open jasongitmail opened this issue 4 years ago • 1 comments
trafficstars

https://nodejs.org/api/child_process.html#child_process_child_process_execsync_command_options

jasongitmail avatar Aug 11 '21 17:08 jasongitmail

If we're able to switch entirely to this built in module, then we remove one dependency, which is nice. But we may be using ShellJS' features that make it easier/cleaner to keep using it in some instances. So it might not be worth doing this. Something to look into.

jasongitmail avatar Jan 05 '23 19:01 jasongitmail