jetbrains-open
v0.4.1
Published
Open Jetbrains IDEs from the command line
Downloads
11
Readme
jetbrains-open
A command line opener for Jetbrains IDEs that smartly detects the type of project and determines which IDE to use.
Install
npm install -g jetbrains-open
Usage
cd ProjectFolder
jetbrains
You may also open a project folder by path
jetbrains path/to/ProjectFolder
TODO
- [ ] Add other jetbrains IDEs (currently only IntelliJ, WebStorm, and PHPStorm are supported)
- [ ] Cross platform support (currently only OSX is supported)
- [ ] Allow alternate install locations
- [ ] Allow application to be passed as an option
Contributing
Contributions welcome! Please submit all pull requests against the master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Thanks!
License
- MIT : http://opensource.org/licenses/MIT