Skip to content

lechuckroh/task-intellij-plugin

Repository files navigation

Task IntelliJ Run Configuration Plugin

Plugin Downloads

IntelliJ Run configuration plugin for Task.

Requirements

  • Install task. See here
  • JDK 17 or higher to build from source

Install from JetBrains Plugin Marketplace

Install Taskfile Plugin by searching Taskfile in plugin marketplace.

Install from source

  1. Build source
    $ ./gradlew build
  2. Copy build/distributions/task-intellij-plugin-*.zip file.
  3. In IntelliJ IDEA Preferences -> Plugin -> Install Plugin from Disk -> Select file from step 2.

Usage

  1. Open 'Run/Debug Configurations'.
  2. Add Taskfile:
    • Task executable: Select task executable to run. Set empty to run task in $PATH.
    • Taskfile: Select Taskfile.yml file to use.
    • Task: Input task name to run.
    • CLI arguments: Input CLI arguments to use.
    • Working directory
    • Environment variables: See Environment Variables
    • Variables: See Variables