{"id":13621517,"url":"https://github.com/mislav/anyenv","last_synced_at":"2025-08-11T07:16:05.913Z","repository":{"id":32332151,"uuid":"35907526","full_name":"mislav/anyenv","owner":"mislav","description":"rbenv-inspired version manager that can be configured to manage versions of ANYTHING","archived":false,"fork":false,"pushed_at":"2018-06-05T14:52:45.000Z","size":56,"stargazers_count":272,"open_issues_count":3,"forks_count":10,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-08-08T12:57:16.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/mislav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-19T20:44:48.000Z","updated_at":"2025-06-06T18:47:10.000Z","dependencies_parsed_at":"2022-09-03T19:42:11.292Z","dependency_job_id":null,"html_url":"https://github.com/mislav/anyenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mislav/anyenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fanyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fanyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fanyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fanyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mislav","download_url":"https://codeload.github.com/mislav/anyenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fanyenv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269844402,"owners_count":24484193,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01T21:01:07.339Z","updated_at":"2025-08-11T07:16:05.832Z","avatar_url":"https://github.com/mislav.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# rbenv, but for anything\n\nThis is an implementation of rbenv that aims to be agnostic about what kind of\nsoftware it is managing versions for. With names of configuration files and\nvariables such as `.ruby-version`, `RBENV_VERSION`, etc. being configurable,\nthis project could in theory manage multiple versions of anything and should be\nable to replace rbenv, pyenv, phantomenv, nodenv and other rbenv-inspired projects.\n\n### Build your own version manager\n\nFor example, let's say you want to build `pyenv` with this:\n\n1. Clone this project into your GOPATH;\n\n2. Run `make` with appropriate configuration:\n\n    ```sh\n    $ PROGRAM_NAME=pyenv PROGRAM_EXECUTABLE=python make\n    ```\n\n3. Move the resulting `pyenv` binary somewhere into your PATH;\n\n4. Marvel at how you can now run `pyenv version` and other commands. This binary\n   is hardcoded to respect:\n\n  * `.python-version` local files,\n  * `PYENV_VERSION`,\n  * `PYENV_ROOT`,\n  * `PYENV_DIR`.\n\n### A work in progress :construction:\n\nRbenv commands implemented so far:\n\n- [x] `rbenv`\n- [x] `rbenv---version`\n- [x] `rbenv-commands`\n- [ ] `rbenv-completions`\n- [x] `rbenv-exec`\n- [x] `rbenv-global`\n- [x] `rbenv-help`\n- [ ] `rbenv-hooks` :warning:\n- [x] `rbenv-init`\n- [x] `rbenv-local`\n- [x] `rbenv-prefix`\n- [x] `rbenv-rehash`\n- [x] `rbenv-root`\n- [x] `rbenv-sh-rehash`\n- [x] `rbenv-sh-shell`\n- [x] `rbenv-shims`\n- [x] `rbenv-version`\n- [x] `rbenv-version-file`\n- [ ] `rbenv-version-file-read`\n- [ ] `rbenv-version-file-write`\n- [x] `rbenv-version-name`\n- [x] `rbenv-version-origin`\n- [x] `rbenv-versions`\n- [x] `rbenv-whence`\n- [x] `rbenv-which`\n\n:warning: Big hurdle to overcome: support rbenv plugin (hook) system that is\nright now dependent on sourcing bash scripts.\n\nStay tuned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislav%2Fanyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmislav%2Fanyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislav%2Fanyenv/lists"}