{"id":17920608,"url":"https://github.com/nem035/ember-install","last_synced_at":"2026-05-11T03:24:50.489Z","repository":{"id":92965637,"uuid":"59322123","full_name":"nem035/ember-install","owner":"nem035","description":"Bash script to install/uninstall ember-cli.","archived":false,"fork":false,"pushed_at":"2016-07-11T18:03:01.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T22:12:51.177Z","etag":null,"topics":["bash","ember","ember-cli"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nem035.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-20T19:49:10.000Z","updated_at":"2019-01-14T07:36:03.000Z","dependencies_parsed_at":"2023-04-12T20:24:27.940Z","dependency_job_id":null,"html_url":"https://github.com/nem035/ember-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/nem035%2Fember-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fember-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fember-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fember-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nem035","download_url":"https://codeload.github.com/nem035/ember-install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246966216,"owners_count":20862022,"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":["bash","ember","ember-cli"],"created_at":"2024-10-28T20:26:20.011Z","updated_at":"2026-05-11T03:24:45.437Z","avatar_url":"https://github.com/nem035.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember-Install\n\nBash script to install/uninstall ember-cli.\n\n## Scripts\n- [ember-install](https://github.com/nem035/ember-install/blob/master/ember-install)\n  - script that uninstalls current ember cli, if one is installed, and installs the provided version (or latest if nothing is provided)\n     \n     ```bash\n     # install ember cli\n     # if you don't specify a version, ember-install will use the latest\n     ember-install \u003cversion\u003e\n    ```\n- [ember-uninstall](https://github.com/nem035/ember-install/blob/master/ember-uninstall)\n  - Script that uninstalls current ember cli\n  \n    ```bash\n    # uninstall ember cli\n    ember-uninstall\n    ```\n\n## Installation\n\nClone the repo and remove the git tracking:\n\n```bash\ngit clone git@github.com:nem035/ember-install.git\ncd ember-install\nrm -rf .git\n```\n\nOf course one can just download the raw scripts as well.\n\n*Note*: If necessary, make sure to make the scripts executable\n\n```bash\nchmod +x ember-install\nchmod +x ember-uninstall\nchmod +x print_utils\n```\n\nModify your path to add the directory with `ember-install` scripts:\n\n- Bash:\n\n  ```bash\n  echo 'export PATH=$PATH:/{{path_to_ember-install_dir}}' \u003e\u003e ~/.bashrc\n  ```\n\n- Zsh\n\n  ```bash\n  echo 'export PATH=$PATH:/{{path_to_ember-install_dir}}' \u003e\u003e ~/.zshrc\n  ```\n  \nAssuming you are inside the `ember-install` directory, you can use `$(pwd)` instead of the path to that directory.\n\n## Example\n```bash\n15:31:12 › ember-install 2.4.3\n\n#########################################################\nUninstalling Ember-CLI\n\nversion: 2.4.2 node: 0.12.7 os: darwin x64\n- abbrev@1.0.7 node_modules/ember-cli/node_modules/abbrev\n- acorn@1.2.2 node_modules/ember-cli/node_modules/acorn\n... # removed output for brevity\n\nDone.\n\n#########################################################\nCleaning NPM cache...\n\n... # removed output for brevity\n\nDone.\n\n#########################################################\nCleaning Bower cache...\n\n... # removed output for brevity\n\nDone.\n\n#########################################################\nInstalling ember@2.4.3 ...\n\n... # removed output for brevity\n\nDone.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnem035%2Fember-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnem035%2Fember-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnem035%2Fember-install/lists"}