Full DevFlow CLI reference: use --husky, --lint, --ci github, --docker, --all, --yes, --dry-run, --pm pnpm and more to add any tool to your project without the interactive wizard.
# Interactive wizarddevflow# Full recommended setup, no promptsdevflow --all --yes# Preview what would happendevflow --all --dry-run# Only Git hooksdevflow --husky# Lint + format toolsdevflow --lint# CI for GitHub with pnpmdevflow --ci github --pm pnpm# Single module setupdevflow --only vitest# Full setup for monorepo, skip installdevflow --all --yes --skip-install