Skip to content

oliversalzburg/which-webstorm

Repository files navigation

which-webstorm

Finds WebStorm

NPM Version QA

Usage

As a module

import whichWebstorm from "which-webstorm";
console.log(await whichWebstorm()); // prints path to WebStorm binary
console.log(whichWebstorm.sync()); // prints path to WebStorm binary

As a command

$ which-webstorm
C:\Program Files (x86)\JetBrains\WebStorm 163.4396.14\bin\WebStorm.exe

Opening a WebStorm project

Open the current working directory in WebStorm:

$ wstorm

Open a specific directory in WebStorm:

$ wstorm /home/oliver/projects/which-webstorm

Release Process

npm version patch --message "chore: Version bump %s"

About

Find WebStorm binary

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •