Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

rafaelldi/tye-plugin

Repository files navigation

tye-plugin

Build Version Downloads

Adds support for Project Tye tool to develop distributed applications. Unofficial plugin.

Tye Installation

  1. Install .NET Core 3.1.
  2. Install tye via the following command:
dotnet tool install -g Microsoft.Tye --version "0.6.0-alpha.21070.5"

OR run action from the menu Tools -> Tye -> Install Tye Global Tool

Plugin Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "tye-plugin" > Install Plugin

  • Manually:

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


Plugin based on the IntelliJ Platform Plugin Template.