How to execute shell commands in Node js ?
This is a quick tutorial on how to execute shell / windows commands within a nodejs application. This can come in handy when you are building a CLI which is trying to install dependencies on the other machine or running a scripts.
Alright , enough o...
imkarthikeyans.hashnode.dev2 min read