Open Jetbrains Webstorm Workspace from Node.js
npm install open-webstormOpen Jetbrains Webstorm IDE Workspace from Node.js
$ npm install open-webstorm
`Getting Started
`javascript
var openWebstorm = require('open-webstorm');
openWebstorm('.'); // open current directory
`
API
$3
#### workspacePathRequired
Type:
stringThe workspace path that you want to open with Webstorm.
#### options
Optional
Type:
object#### options.port
Optional
Type:
number, stringThe port which is Webstorm is listening.
If not specified, open-webstorm will find this port.
#### options.port
Optional
Type:
number, stringThe token which is provided by Webstorm.
If not specified, open-webstorm will find this token.
#### options.cwd
Optional
Default:
process.cwd()`See full license on mooyoul.mit-license.org