{"id":13765827,"url":"https://github.com/ParagonPawns/cmake-version-manager","last_synced_at":"2025-05-10T21:32:07.758Z","repository":{"id":57606613,"uuid":"371853722","full_name":"ParagonPawns/cmake-version-manager","owner":"ParagonPawns","description":"Quick and easy way to manage installed cmake versions.","archived":false,"fork":false,"pushed_at":"2023-11-22T15:34:18.000Z","size":82,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T23:40:41.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ParagonPawns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-05-29T01:20:46.000Z","updated_at":"2023-11-22T01:24:21.000Z","dependencies_parsed_at":"2023-11-22T16:49:57.436Z","dependency_job_id":null,"html_url":"https://github.com/ParagonPawns/cmake-version-manager","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"38adf4e01a8f9561918c2116c123ba1feffbe320"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParagonPawns%2Fcmake-version-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParagonPawns%2Fcmake-version-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParagonPawns%2Fcmake-version-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParagonPawns%2Fcmake-version-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParagonPawns","download_url":"https://codeload.github.com/ParagonPawns/cmake-version-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213825910,"owners_count":15644056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T16:00:46.790Z","updated_at":"2024-08-03T16:03:23.124Z","avatar_url":"https://github.com/ParagonPawns.png","language":"Rust","funding_links":[],"categories":["Version Managers"],"sub_categories":["CMake"],"readme":"# CMake Version Manager\nCMake Version Manager (`cvm`) is a command line tool that help manage currently\ninstalled versions of cmake.\n\n## Supported Platforms\n * Linux\n * OSX\n * Windows 10 (Powershell and nushell)\n\n## Install\nTo install `cvm` you will need to have cargo. Installing Rust will provide\ncargo tools. Visit https://www.rust-lang.org/tools/install for installation\nsteps. Once installed you can run `cargo install cmake-version-manager`.\n\nAfter installing make sure to add the following to your profiles\n * Linux: `export PATH=$HOME/.cvm/bins/current/bin:$PATH`\n * OSX: `export PATH=$HOME/.cvm/bins/current/CMAKE.app/Contents/bin:$PATH`\n * Windows: `$env:Path += \";$HOME/.cvm/bins/current/bin\"`\n\n## Examples\nBelow are some visual examples on how to use `cvm`. But keep in mind that at any\npoint you can use `cvm --help` to find a list of commands that can be used.\n### Install\n```sh\n$ cvm install 3.20.2\n\n# For interactive mode\n$ cvm install\n```\n\n### Switch\n```sh\n$ cvm switch 3.20.1\n\n# For interactive mode to choose through installed versions\n$ cvm switch\n```\n\n### Remove\n```sh\n$ cvm remove 3.20.2\n\n# For interactive mode to remove currently installed version\n```\n\n### List\n```sh\n# Lists the latest 10 releases\n$ cvm list\n\n# Lists all latests releases (max 100)\n$ cvm list --all\n```\n\n### Simplified\n```sh\n# Installs if the version does not exits. Otherwise switches it.\ncvm 3.19.6\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParagonPawns%2Fcmake-version-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FParagonPawns%2Fcmake-version-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParagonPawns%2Fcmake-version-manager/lists"}