1.0.2 • Published 6 years ago

idea_launcher v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Idea launcher

It will open your idea project from your terminal.

Install

npm install -g idea_launcher

Usage

In your project directory:

oidea

If you prefer open an specified IDE can you use the -a parameter:

oidea -a IDE_NAME

Values

IDE to openIDE_NAME value
IntelliJ Ideaintellij
Webstormwebstorm
PhpStormphpstorm
RubyMinerubymine
AndroidStudioandroid
PyCharmpycharm

Example

To run Webstorm

oidea -a webstorm

Other commands

| -u | Update the installed applications paths | | -d | Update the default application |

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my_feature_branch)
  3. Commit your changes (git commit -am 'Added a sweet feature')
  4. Push to the branch (git push origin my_feature_branch)
  5. Create new Pull Request

TODO

  • More sources matching
  • Windows, Unix compatibility