Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raulanatol/idea_launcher
It will open your idea project from your terminal
https://github.com/raulanatol/idea_launcher
Last synced: about 1 month ago
JSON representation
It will open your idea project from your terminal
- Host: GitHub
- URL: https://github.com/raulanatol/idea_launcher
- Owner: raulanatol
- License: mit
- Created: 2015-12-30T10:53:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T13:46:26.000Z (almost 7 years ago)
- Last Synced: 2024-08-08T23:12:19.121Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Idea launcher
It will open your idea project from your terminal.
## Install
```shell
npm install -g idea_launcher
```## Usage
In your project directory:
```shell
oidea
```If you prefer open an specified IDE can you use the -a parameter:
```shell
oidea -a IDE_NAME
```### Values
| IDE to open | IDE_NAME value |
| --------------- | ---------------- |
| IntelliJ Idea | intellij |
| Webstorm | webstorm |
| PhpStorm | phpstorm |
| RubyMine | rubymine |
| AndroidStudio | android |
| PyCharm | pycharm |### Example
To run Webstorm
```shell
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