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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -