which-webstorm
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i which-webstorm

Weekly Downloads

31

Version

4.0.2

License

MIT

Unpacked Size

43.7 kB

Total Files

9

Last publish

Collaborators

  • oliversalzburg