Skip to content

tjwald/aspire-pipelining-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspire Pipelining Vision

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.

Setup

aspire do setup

setup

Run:

aspire run

run

Lint:

aspire do lint

lint

Test

aspire do test

test

Build (Docker)

aspire do build

build

About

Showcase how to add CI Steps to Aspire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published