When working in a polyglot multi-service application, having standard way to add and run mono repo actions is critical for developer onboarding, AI agent efficiency and maintainability.
Using the Aspire pipelines you can add custom commands to run on all supported services of your application.
In this example repo, I am adding setup, install, lint and test support, but this could easily be used for more.
aspire do setupaspire runaspire do lintaspire do testaspire do build



