Hello,
I'm currently exploring possibilities for node SEA apps
Is it possible to access npm cli commands from my custom binary (or bundle the npm cli together with my sea app)
E.g. a user downloads the custom binary my_bin
then invokes my_bin setup . to setup a project in the current directory
which internally will call the equivalent to npm install
Alternatively I'd be curious to hear what the best solution would be for such a case without reinventing the wheel
Hello,
I'm currently exploring possibilities for node SEA apps
Is it possible to access
npmcli commands from my custom binary (or bundle the npm cli together with my sea app)E.g. a user downloads the custom binary
my_binthen invokes
my_bin setup .to setup a project in the current directorywhich internally will call the equivalent to
npm installAlternatively I'd be curious to hear what the best solution would be for such a case without reinventing the wheel