{"id":15059677,"url":"https://github.com/markelog/eclectica","last_synced_at":"2026-03-02T22:02:47.479Z","repository":{"id":50461418,"uuid":"62634417","full_name":"markelog/eclectica","owner":"markelog","description":"☀️ Cool and eclectic version manager for any language","archived":false,"fork":false,"pushed_at":"2023-09-28T13:05:26.000Z","size":1560,"stargazers_count":28,"open_issues_count":16,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-27T07:41:49.884Z","etag":null,"topics":["eclectic","elm","environment","go","nodejs","ruby","rust","version-control"],"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/markelog.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}},"created_at":"2016-07-05T12:18:52.000Z","updated_at":"2023-06-14T00:11:39.000Z","dependencies_parsed_at":"2022-08-25T14:30:59.947Z","dependency_job_id":"3c4bc56b-d5f7-40e3-bbce-6721d7a373c3","html_url":"https://github.com/markelog/eclectica","commit_stats":{"total_commits":462,"total_committers":1,"mean_commits":462.0,"dds":0.0,"last_synced_commit":"59a5211791281c9e587e2dffe460b0ded9cef49c"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Feclectica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Feclectica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Feclectica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Feclectica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markelog","download_url":"https://codeload.github.com/markelog/eclectica/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166214,"owners_count":21058475,"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":["eclectic","elm","environment","go","nodejs","ruby","rust","version-control"],"created_at":"2024-09-24T22:46:32.704Z","updated_at":"2026-03-02T22:02:47.397Z","avatar_url":"https://github.com/markelog.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"Eclectica\" src=\"./assets/logo.svg\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Cool and eclectic version manager for any language\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/markelog/eclectica\"\u003e\n\t\t\u003cimg alt=\"Build Status\" src=\"https://travis-ci.org/markelog/eclectica.svg?branch=master\"\u003e\n\t\u003c/a\u003e\u003ca href=\"https://godoc.org/github.com/markelog/eclectica\"\u003e\n\t\t\u003cimg alt=\"GoDoc\" src=\"https://godoc.org/github.com/markelog/eclectica?status.svg\"\u003e\n\t\u003c/a\u003e\u003ca href=\"https://goreportcard.com/report/github.com/markelog/eclectica\"\u003e\n\t\t\u003cimg alt=\"Go Report\" src=\"https://goreportcard.com/badge/github.com/markelog/eclectica\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\u003cbr/\u003e\n\nEclectica unifies management of any language under one cohesive and minimalistic interface. Like [pyenv](https://github.com/pyenv/pyenv) for Python,\n[rbenv](https://github.com/rbenv/rbenv) for Ruby, [nvm](https://github.com/creationix/nvm) Node.js and etc.\n\nBut instead of having all of those, you have only one binary\n\n## Usage\n\nAfter you [install](#install) eclectica, `ec` program will be available in your terminal, I used to have a nice site with fancy animation explaning how to used it, but help output will do too -\n\n```\n$ ec --help\n\nUsage:\n  ec [command] [flags] [\u003clanguage\u003e@\u003cversion\u003e]\n\nExamples:\n  Install specifc, say, node version\n  $ ec node@6.4.0\n\n  Or choose from already installed Go versions\n  $ ec go\n\n  Same way to choose, plus install available Rust versions\n  $ ec -r rust\n\nAvailable Commands:\n  completion        generate the autocompletion script for the specified shell\n  install           same as \"ec [\u003clanguage\u003e@\u003cversion\u003e]\"\n  ls                list installed language versions\n  remove-everything removes everything related to eclectica\n  rm                remove language version\n  version           print version of eclectica\n\nFlags:\n  -h, --help   help for ec\n\nUse \"ec [command] --help\" for more information about a command\n\n```\n\n## Install\n\nSince eclectica is language manager for any language, it should be installed through any package manager :-)\n\n- [go get](#go-get)\n- [npm](#npm)\n- [pip](#pip)\n- [gem](#gem)\n- [cargo](#cargo)\n- [curl](#curl)\n- [wget](#wget)\n\n## go get\n\n```sh\ngo install github.com/markelog/eclectica/bin/{ec,ec-proxy}@latest\n```\n\n## npm\n\n```sh\n[sudo] npm install -g eclectica\n```\n\n## pip\n\n```sh\nsudo -H pip install -v eclectica\n```\n\n## gem\n\n```sh\nsudo gem install eclectica\n```\n\n## cargo\n\n```sh\ncargo install eclectica\n```\n\n## curl\n\n```sh\ncurl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | sh\n```\n\nDefault installation folder is `/usr/local/bin`, so you might need to execute `sh` with `sudo` like this –\n\n```sh\ncurl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | sudo sh\n```\n\nif you need to install it to your `$HOME` for example, do this\n\n```sh\ncurl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | EC_DEST=~/bin sh\n```\n\n## wget\n\n```sh\nwget -qO - https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | sh\n```\n\nDefault installation folder is `/usr/local/bin`, so you might need to execute `sh` with `sudo` like this –\n\n```sh\nwget -qO - https://raw.githubusercontent.com/markelog/ec-install/master/scripts/wget-install.sh | sudo sh\n```\n\nif you need to install it to your `$HOME` for example, do this\n\n```sh\nwget -qO - https://raw.githubusercontent.com/markelog/ec-install/master/scripts/wget-install.sh | EC_DEST=~/bin sh\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelog%2Feclectica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkelog%2Feclectica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelog%2Feclectica/lists"}