{"id":19298929,"url":"https://github.com/anyenv/anyenv-install","last_synced_at":"2025-02-24T01:16:18.545Z","repository":{"id":42496113,"uuid":"163227350","full_name":"anyenv/anyenv-install","owner":"anyenv","description":"Default anyenv install manifests","archived":false,"fork":false,"pushed_at":"2022-12-27T09:09:09.000Z","size":14,"stargazers_count":12,"open_issues_count":5,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-05T22:27:15.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/anyenv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-27T00:03:59.000Z","updated_at":"2023-06-03T15:35:51.000Z","dependencies_parsed_at":"2023-01-31T03:00:26.289Z","dependency_job_id":null,"html_url":"https://github.com/anyenv/anyenv-install","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyenv%2Fanyenv-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyenv%2Fanyenv-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyenv%2Fanyenv-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyenv%2Fanyenv-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anyenv","download_url":"https://codeload.github.com/anyenv/anyenv-install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400334,"owners_count":19795332,"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-11-09T23:09:32.863Z","updated_at":"2025-02-24T01:16:18.221Z","avatar_url":"https://github.com/anyenv.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# anyenv-install\n\nDefault install manifests for [anyenv](https://github.com/anyenv/anyenv).\n\n## EXAMPLE\nFor example, `rbenv`:\n\n```\ninstall_env https://github.com/rbenv/rbenv.git\ninstall_plugin ruby-build https://github.com/rbenv/ruby-build.git\n```\n\nIt will create these directories after `anyenv install rbenv`:\n\n```\n/Users/riywo/.anyenv/envs\n└── rbenv\n    └── plugins\n        └── ruby-build\n```\n\n## SPECIFICATION\n\nInstall manifest is just a shell script. You have to add at least one line using `install_env` function. Also, you can install its plugins by using `install_plugin` function.\n\n### `install_env`\nInstall **env into `ANYENV_ENVS_ROOT`. It will create a directory using the same name of the manifest file.\n\n#### USAGE\n```\ninstall_env git_url [git_ref]\n```\n\n### `install_plugin`\nInstall a plugin under `plugins` directory inside the env directory which is created by `install_env`. It will create a directory named by specified `destination`.\n\n#### USAGE\n````\ninstall_plugin destination git_url [git_ref]\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyenv%2Fanyenv-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanyenv%2Fanyenv-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyenv%2Fanyenv-install/lists"}