Skip to content

asdf-community/asdf-jetbrains

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-jetbrains Build Lint

jetbrains plugin for the asdf version manager.

Contents

Dependencies

Install

Plugin:

asdf plugin add jetbrains
# or
asdf plugin add jetbrains https://github.com/asdf-community/asdf-jetbrains.git

jetbrains:

# Show help
asdf jetbrains

Output:

ASDF JetBrains plugin
USAGE
  asdf jetbrains list             # List jetbrains products
  asdf jetbrains add <product>    # Add ASDF plugin for JetBrains product
  asdf jetbrains remove <product> # Remove ASDF plugin for JetBrains product
EXAMPLE
  asdf jetbrains add idea         # Add ASDF plugin for JetBrains IDEA
  asdf list all idea              # List versions of JetBrains IDEA
  asdf install idea latest        # Install latest version of JetBrains IDEA
  asdf global idea latest         # Set global version of JetBrains IDEA
  idea                            # Run JetBrains IDEA
JetBrains products:
  clion      - CLion
  datagrip   - DataGrip
  dataspell  - DataSpell
  gateway    - Gateway
  goland     - GoLand
  idea       - IntelliJ IDEA Ultimate
  ideac      - IntelliJ IDEA Community Edition
  mps        - MPS
  phpstorm   - PhpStorm
  pycharm    - PyCharm Professional Edition
  pycharmc   - PyCharm Community Edition
  rider      - Rider
  rideru     - Rider for Unreal Engine
  rubymine   - RubyMine
  webstorm   - WebStorm

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Maxim Butov

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Shell 100.0%