1.0.2 • Published 8 years ago
idea_launcher v1.0.2
Idea launcher
It will open your idea project from your terminal.
Install
npm install -g idea_launcherUsage
In your project directory:
oideaIf you prefer open an specified IDE can you use the -a parameter:
oidea -a IDE_NAMEValues
| IDE to open | IDE_NAME value |
|---|---|
| IntelliJ Idea | intellij |
| Webstorm | webstorm |
| PhpStorm | phpstorm |
| RubyMine | rubymine |
| AndroidStudio | android |
| PyCharm | pycharm |
Example
To run Webstorm
oidea -a webstormOther commands
| -u | Update the installed applications paths | | -d | Update the default application |
Contributing
- Fork it
- Create your feature branch (
git checkout -b my_feature_branch) - Commit your changes (
git commit -am 'Added a sweet feature') - Push to the branch (
git push origin my_feature_branch) - Create new Pull Request
TODO
- More sources matching
- Windows, Unix compatibility