0.4.1 • Published 6 years ago
jetbrains-open v0.4.1
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-openUsage
cd ProjectFolder
jetbrainsYou may also open a project folder by path
jetbrains path/to/ProjectFolderTODO
- 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!