WebStorm run command or program on project open -


is there way run external program or command after open project in webstorm?

i've created new external tool runs database server, , after click on in menu, runs server , works, i'd start tool automatically on project start. , it'd awesome if open web browser url database admin tool.

if can launch desired task using grunt/gulp/npm task or other run/debug configuration yes -- there startup tasks functionality available @ settings/preferences | tools | startup tasks.

note cannot execute external tools entry directly or launch dos/shell command way.

the easiest way of using creating grunt/gulp task actual job. there can use exec() method execute custom command.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -