rohan-buechner / tye-plugin

Tye plugin for JetBrains Rider

Home Page:https://plugins.jetbrains.com/plugin/16426-tye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tye-plugin

Build Version Downloads

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

Tye simplifies microservices development with local orchestrating of multiple .NET projects and docker containers.

Features:

  • Installation a microsoft.tye global tool - Install the tool quickly from the menu.
  • Scaffolding a tye configuration file - Quick start with the default configuration file for a solution.
  • Executing tye run command - Run all your services from the solution.
  • Tye configuration file schema support.
  • Tye dashboard - See a summary of the running services and containers.

Tye Installation

  1. Install .NET Core 3.1.
  2. Run action from the menu Tools -> Tye -> Install Tye Global Tool OR install tye via the following command:
dotnet tool install -g Microsoft.Tye --version "0.8.0-alpha.21352.1"

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.

About

Tye plugin for JetBrains Rider

https://plugins.jetbrains.com/plugin/16426-tye

License:MIT License


Languages

Language:Kotlin 92.4%Language:Java 7.6%