• v0.1.0 bd45c9992d

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 10s
    Release / release (push) Failing after 11s
    Stable

    7000pctAUTO released this 2026-01-30 04:12:55 +00:00 | 0 commits to main since this release

    Initial Release

    Dev Environment Sync v0.1.0 - A declarative YAML-based CLI tool to manage, sync, and automate developer environment setup.

    Features

    • Declarative YAML configuration for dev environments
    • Cross-platform support (Linux, macOS, WSL)
    • Dotfiles management with symlink support
    • Editor configuration sync (VS Code, Neovim)
    • Package manager support (Homebrew, apt, dnf, npm)
    • Dry-run mode for previewing changes
    • Backup and restore functionality
    • CLI interface with Click

    Installation

    pip install dev-env-sync
    

    Quick Start

    dev-env-sync init
    dev-env-sync sync
    

    Files

    • Source code
    • Comprehensive test suite
    • Example configuration
    • CI/CD workflows
    Downloads