Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:58
· 4 commits to main since this release

Stepyard v0.1.0

First public release of Stepyard - a local-first automation runner for developer workflows.

This version introduces the initial core of Stepyard:

  • YAML-based workflow definitions
  • Python-powered automation steps
  • CLI-first usage
  • local execution
  • service mode for long-running automations
  • basic project initialization
  • PyPI package distribution
  • initial documentation

Install:

pip install stepyard

Quick start:

stepyard init my-automations
cd my-automations
stepyard run hello

Run Stepyard as a long-running service:

stepyard service start --foreground

Feedback, issues and workflow ideas are welcome.