{"id":15985047,"url":"https://github.com/watilde/npmbrew","last_synced_at":"2025-03-17T15:32:15.860Z","repository":{"id":27364523,"uuid":"30839973","full_name":"watilde/npmbrew","owner":"watilde","description":":shipit: a npm version manager","archived":false,"fork":false,"pushed_at":"2016-05-26T16:26:32.000Z","size":76,"stargazers_count":44,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T01:18:17.646Z","etag":null,"topics":["javascript","npm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/npmbrew","language":"JavaScript","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/watilde.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}},"created_at":"2015-02-15T20:00:29.000Z","updated_at":"2024-11-30T05:18:57.000Z","dependencies_parsed_at":"2022-08-31T23:50:22.384Z","dependency_job_id":null,"html_url":"https://github.com/watilde/npmbrew","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/watilde%2Fnpmbrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watilde%2Fnpmbrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watilde%2Fnpmbrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watilde%2Fnpmbrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watilde","download_url":"https://codeload.github.com/watilde/npmbrew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243869423,"owners_count":20361014,"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":["javascript","npm"],"created_at":"2024-10-08T02:12:18.018Z","updated_at":"2025-03-17T15:32:15.543Z","avatar_url":"https://github.com/watilde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npmbrew -- a npm version manager\n\n[![Build Status](https://api.travis-ci.org/watilde/npmbrew.svg)](https://travis-ci.org/watilde/npmbrew)\n[![NPM Downloads](http://img.shields.io/npm/dm/npmbrew.svg)](https://www.npmjs.org/package/npmbrew)\n\n## Why npmbrew?\nnpm is flooded with [issue reports](https://github.com/npm/npm/issues) on a daily basis. Sometimes I spent just too much time juggling around different npm versions trying to reproduce the error.\n\nI created npmbrew to make it easy to switch  versions. See also: [#14](https://github.com/watilde/npmbrew/issues/14)\n\n## Install\nUsing npm.\n\n```\nnpm install -g npmbrew\n```\n\n## Usage\n```\nUsage: npmbrew \u003ccommand\u003e\n\nCommands:\nclean                Delete all installed sources\nhelp                 Output help information\ninstall \u003cversion\u003e    Install the version passed\nls                   List versions currently installed\nls-remote            List registry versions\nnpm                  An alias of npm \u003ccommand\u003e\nuninstall \u003cversion\u003e  Delete the install for \u003cversion\u003e\nuse \u003cversion\u003e        Use \u003cversion\u003e\n```\n\n## Example\nInstall\n```\nnpmbrew install v2.6.0\ninstalled\n```\n\nSwitch version with `use`:\n```\nnpmbrew use v2.6.0\nUsing v2.6.0\n```\n\nUse npm\n```\nnpmbrew npm help\nUsage: npm \u003ccommand\u003e blah blah...\n```\n\n## Add `npmbrew npm` to PATH\nAdd the following line to the end of your .bashrc or .zshrc.\n```\n# npmbrew\nexport PATH=$HOME/.npmbrew/current/bin:$PATH\n```\n\nReload config.\n```\nsource ~/.zshrc\n```\n\nTest.\n```\nnpm help\nUsage: npm \u003ccommand\u003e blah blah...\n```\n\n## One more thing\nnpmbrew uses [update-notifier](https://github.com/yeoman/update-notifier/), to let users know when there is a new version available for download.\n```\nnpm whoami\nwatilde\n\n\n┌──────────────────────────────────────────┐\n│ Update available: 2.7.0 (current: 2.6.0) │\n│ Run npmbrew install 2.7.0 to update.     │\n└──────────────────────────────────────────┘\n\n\n```\n\n## LICENSE\nThe MIT License (MIT)\n\nCopyright (c) 2015 Daijiro Wachi\n\nSee also: [LICENSE](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatilde%2Fnpmbrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatilde%2Fnpmbrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatilde%2Fnpmbrew/lists"}