Getting Started with krayzoflow
A comprehensive guide to setting up and using krayzoflow for your git workflows
Welcome to krayzoflow — the smarter way to manage your git workflows.
In this guide, we'll walk you through installation, configuration, and your first automated workflow so you can start shipping faster from day one.
First, install krayzoflow via your package manager. It supports npm, yarn, and pnpm out of the box.
Once installed, run `krayzoflow init` in your project root. This creates a `.krayzoflow` config file where you define your branching strategy, auto-merge rules, and CI hooks.
From there, you can define workflow templates for common patterns: feature branches, hotfixes, release candidates, and more. krayzoflow handles the branching logic automatically so your team stays consistent.
Ready to go deeper? Check out our advanced guide on custom workflow templates and team collaboration features.