node-cmd icon indicating copy to clipboard operation
node-cmd copied to clipboard

Simple commandline interface to allow you to run cli or bash style commands as if you were in the terminal.

Results 7 node-cmd issues
Sort by recently updated
recently updated
newest added

Some comments have been added to allow the IDE to infer types Help people like me who don't read documents

In my node app I need to run command as admin And I tried to run my node app as admin but it`s not working Is there a way I...

I'm trying to cancel running a node-cmd invoked script .... but the script keeps running after I tried : ```js process.kill(nodecmdProcess.pid, 'SIGKILL') ``` and : ```js nodecmdProcess.kill('SIGKILL') ```

hello i was using this library and its quite good but unfortunately the command im using prompts me to accept or deny via y/n ![image](https://user-images.githubusercontent.com/36261633/153953405-adee1e21-5f58-4901-85bb-1dbd38d489b6.png) i was wondering if the...

Is it possible to stop node-cmd from outputting the scripts that it runs? Thanks

I write my code like ``` cmd.get( 'ipconfig', function(err,data){ if(err) throw err; console.log('the output of ipconfig is : ',data) } ); ``` But the encoding of data is incorrect because...

enhancement

Just a question: Does this package supports async/wait flavour?

enhancement