10kc-emilyk / nx-console-idea-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx Console Idea Plugin

Build Version Downloads

This plugin will add support for projects using Nx dev tools.

Donate(PayPal)


  • Open nx.json file

  • Right button and choose Show Nx Tasks

  • A tool window will appear with the available tasks, you can double-click to run the Nx task.

  • You can also use nx run tasks from the RunAnything command, just type nx run <task> you'll get the list of available tasks, choose one to execute.

  • You can also use nx generate from the RunAnything command, just type nx generate <schematic> you'll get the list of available schematic, choose one and add options then to execute.

  • If you want to use the nx generate with the UI Form, just append --ui to your command

Installation

  • Using IDE built-in plugin system:

    Preferences > Plugins > Marketplace > Search for "nx-console-idea-plugin" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%Language:HTML 0.0%