npm config for command line code example
Example 1: vs code a project folder from the command line
cd my-project-folder/
code -n .
Example 2: download file by command line windows
Invoke-WebRequest -OutFile index.html http://superuser.com
cd my-project-folder/
code -n .
Invoke-WebRequest -OutFile index.html http://superuser.com