Skip to content

[Enhancement] Save setup config to ~/.dev-setup.json #37

@chahe-dridi

Description

@chahe-dridi
After a successful install, save the results to ~/.dev-setup.json:

{
  "version": "1.0.0",
  "installedAt": "2024-01-15T10:30:00Z",
  "os": "macOS",
  "tools": {
    "git": "2.43.0",
    "nodejs": "20.11.0"
  }
}

This enables future --update and --sync commands, 
and lets developers commit their setup to a dotfiles repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions