Command Line Tool for exporting basic Java projects in vscode to netbeans, made for classmates.
export <project-name> <main-class>
export sample Main
-
Copy the content of
main.ps1
, and then paste it where yourMicrosoft.Powershell_profile.ps1
file is located. Create one if you don't have it withPS> New-Item –Path $Profile –Type File –Force
.Usually in $HOME/Documents/WindowsPowerShell/
-
Now, check if it's correct doing:
export --version