Atkins
Atkins - a CLI workflows runner similar to Task/GitHub Actions
Install / Use
/learn @titpetric/AtkinsREADME
atkins - A pipeline runner with skills for CI/CD and development
Atkins is a minimal runner focused on usage in development, testing and enables portability between CI/CD environments. It features a nice CLI status tree, where you can see which jobs are running, and run jobs and steps in parallel.

With atkins you can:
- define pipelines, jobs and steps and run them
- provide project or system skills via
.atkins/skills - run individual pipelines as executables
It's driven by yaml syntax, and supports shell interpolation with $(...), and
yaml friendly variable interpolation: name: ${{app.name}}.
Documentation
- Getting Started
- Reference
- Usage Guide
- Migrating
