v0.1.1
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 stepyardQuick start:
stepyard init my-automations
cd my-automations
stepyard run helloRun Stepyard as a long-running service:
stepyard service start --foregroundFeedback, issues and workflow ideas are welcome.