# Install via npm
npm install -g @flowcraft/cli
# Verify installation
flowcraft --version
# Login to your account
flowcraft login
# Set your preferred framework
flowcraft config set framework react
# Set default styling
flowcraft config set styling tailwind
# Configure output directory
flowcraft config set output ./src/components
# Connect your Git repository
flowcraft git connect https://github.com/your-username/your-repo
# Set up automatic commits
flowcraft config set git.auto-commit true
# Check system status
flowcraft status
# Run a test generation
flowcraft generate --test
# View available commands
flowcraft help