This is a Windows Batch script made to ease the creation of new projects with WebStorm.
Useful to quickly start WebStorm in the current directory.
Just open cmd
in your current directory and type:
$ ws
That's it.
- Make sure you have
WebStorm.exe
in yourPATH
environment variable. - Download/copy
ws.bat
to your WebStorm directory or any other bin directory that you have in yourPATH
.
(c) Procrastination. I know, right? Don't judge me.