I have a node js script that can return a string value. I want to return that value and use it in PowerShell script.
I have done console.log(); to print the output. How to use it in PowerShell script?
The output looks like this:
D:\development\js-automation>node index.js MyNewProject
MyNewProject
https://github.com/avadhvashisth/MyNewProject.git