4.0.2 • Published 4 days ago

which-webstorm v4.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 days ago

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
4.0.1

4 days ago

4.0.0

4 days ago

4.0.2

4 days ago

3.2.2

7 months ago

3.2.1

7 months ago

3.2.0

7 months ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.0.1

7 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago