Getting Started¶
Install Stepyard, scaffold a project, and run your first flow in under five minutes:
Step-by-step path¶
- Installation - install with
piporuv, initialise a project directory, and run your first flow. - Tutorial: Build a CI Pipeline - write a multi-step flow from scratch, using expressions, conditionals, loops, retries, and the scheduler.
- Tutorial: Your First Plugin - extend Stepyard with a custom Python node and learn the full plugin lifecycle.
Already know the basics?¶
Jump to what you need:
- Expression engine - how
${{ }}expressions work and what context variables are available - Control flow -
if,loop,while,next - Built-in nodes reference - every node that ships with Stepyard
- CLI reference - every command and flag