@xin_yue/dev-flow
v0.3.5
Published
Engineering discipline for coding agents — lightweight workflow management CLI
Maintainers
Readme
@xin_yue/dev-flow
Engineering discipline for coding agents. Lightweight workflow management CLI.
Install
npm install -g @xin_yue/dev-flowThis downloads the prebuilt dow binary for your platform from GitHub Releases.
Usage
dow setup # Register with your coding agent
dow --help # Show available commandsThen in your project, ask your coding agent:
/init
/taskSupported Platforms
- Linux x86_64
- Linux aarch64
- macOS arm64 (Apple Silicon)
- Windows x86_64
Alternative Install Methods
# Cargo (Rust toolchain required)
cargo install dev-flow
# Homebrew
brew install daphnee-ovo/tap/dev-flow
# Shell script
curl -fsSL https://raw.githubusercontent.com/daphnee-ovo/dev-flow/main/install/install.sh | bashDocumentation
See GitHub repository for full documentation.
