{"id":16756577,"url":"https://github.com/vinz3872/lang-install","last_synced_at":"2026-04-09T01:32:26.995Z","repository":{"id":124214977,"uuid":"336749335","full_name":"vinz3872/lang-install","owner":"vinz3872","description":"Install and easily manage your prefered languages using Docker","archived":false,"fork":false,"pushed_at":"2021-02-07T13:51:39.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T05:24:17.330Z","etag":null,"topics":["bash","docker","nodejs","ruby"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vinz3872.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-07T09:31:41.000Z","updated_at":"2021-02-07T13:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"21fd55ce-889e-4358-ac6b-45c15240683c","html_url":"https://github.com/vinz3872/lang-install","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vinz3872/lang-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinz3872%2Flang-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinz3872%2Flang-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinz3872%2Flang-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinz3872%2Flang-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinz3872","download_url":"https://codeload.github.com/vinz3872/lang-install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinz3872%2Flang-install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","docker","nodejs","ruby"],"created_at":"2024-10-13T03:26:19.863Z","updated_at":"2026-04-09T01:32:26.973Z","avatar_url":"https://github.com/vinz3872.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lang-install\n==========\n\nInstall and easily manage your prefered languages (Ruby, Golang...) and versions using Docker.  \nYou can also install programs like Postgres as long as they have a docker image.\n\n\n## Requirements\n- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- [Docker](https://docs.docker.com/get-docker/)\n\n### External command used (most shells include them by default)\n`awk`, `cat`, `chmod`, `cp`, `find`, `grep`, `mkdir`, `realpath`, `rm`, `sed`, `xargs`\n\n## Installation\n\n```bash\n  git clone https://github.com/vinz3872/lang-install.git\n  cd lang-install \u0026\u0026 ./install.sh\n```\n\n## Configuration\nYou can add custom env variables, mount points or packages in **config/.config.yaml**\n\nIf a language / program doesn't work with the generic install (or need specific build configuration), you can overwrite it in the **languages** folder  \ne.g. *node alpine who create a default 'node' user*\n\n## Usage\n\n```console\n$ lang_install help\nUSAGE:\n\nlang_install help\n    Show usage\nlang_install list\n    List installed languages\nlang_install add [OPTIONS] LANGUAGE [VERSION]\n    Install a new language / version \nlang_install remove [OPTIONS] LANGUAGE [VERSION]\n    Remove an installed language\n\nOPTIONS\n  -a, --alpine\n        Use alpine images\n  -b \u003cBINARY_NAME\u003e, --binary \u003cBINARY_NAME\u003e\n        Specify the main binary name. Default is equal to the language's name, can be configured in config/.config.yaml\n  -d, --debug\n      Debug mode. Show what binaries whould be installed\n  -v, --verbose\n      Show more logs\n```\n\n### Examples\n```bash\n# Install Ruby 2.5.1 and use it by default\nlang_install add ruby 2.5.1\n# Install Ruby latest and use it by default\nlang_install add ruby\n\n# List installed languages\nlang_install list\n\n# Remove Ruby 2.5.1\nlang_install remove ruby 2.5.1\n```\n\n## Tested languages / programs\n- Golang *(default / alpine)*\n- Node *(default / alpine)*\n- Postgres *(default / alpine)*\n- Python *(default / alpine)*\n- Ruby *(default / alpine)*\n\n\n## Contributing\n\n1. Fork the Project\n2. Create a new Branch (`git checkout -b new-branch`)\n3. Commit your Changes (`git commit -m 'add feature'`)\n4. Push to the Branch (`git push origin new-branch`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinz3872%2Flang-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinz3872%2Flang-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinz3872%2Flang-install/lists"}