Skip to content

Command Line Tool for exporting vscode java projects to netbeans.

License

Notifications You must be signed in to change notification settings

afgalvan/javscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javscode

Command Line Tool for exporting basic Java projects in vscode to netbeans, made for classmates.

Usage

export <project-name> <main-class>

Sample

export sample Main

Add it to your powershell profile

  • Copy the content of main.ps1, and then paste it where your Microsoft.Powershell_profile.ps1 file is located. Create one if you don't have it with PS> New-Item –Path $Profile –Type File –Force.

    Usually in $HOME/Documents/WindowsPowerShell/

  • Now, check if it's correct doing:

    export --version

About

Command Line Tool for exporting vscode java projects to netbeans.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published