tye-v2 / tye2

Tye2 is a local orchestrator tool that makes developing and testing microservices and distributed applications easier.
https://www.tye2.org
MIT License
1 stars 2 forks source link

Tye2

Intro

Hello tye users!

With last week's reveal of Aspire, Project Tye is truly dead.

Regardless, i feel there is still value in a tool like tye that brings a similar local dev orchestration experience while having a lighter, less intrusive footprint that anyone in your team can pick up and use regardless of their stack background.

In the end it's just yaml, if you can write docker compose files or kubernetes manifests, you can use tye2.

Therefore i have hard forked tye in this repo under the working name tye2.

Initial focus would be on the local development experience and the plan is to move it forward by smoothing out the rough edges around the ui/ux and extend it's capabilities to allow a smoother local dev experience

A rough roadmap would be:

If anyone has interest in using, testing or contributing to this project going forward, you are welcome to reach out in the issues and discussions.

Hoping to see as many of you here!

Docs

To run docs locally : npm add -D vitepress npm run docs:dev