huangyanxiong01 / yrs

Licence: other
Yarn registry switch tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to yrs

Beachball
The Sunniest Semantic Version Bumper
Stars: ✭ 158 (+1216.67%)
Mutual labels:  registry, yarn
Verdaccio
📦🔐 A lightweight Node.js private proxy registry
Stars: ✭ 12,667 (+105458.33%)
Mutual labels:  registry, yarn
iwish
I wish that too!
Stars: ✭ 19 (+58.33%)
Mutual labels:  yarn
botw-unexplored
Easily view the unexplored korok seeds and locations in your BotW savefile on your Switch
Stars: ✭ 79 (+558.33%)
Mutual labels:  switch
unifi-controllable-switch
TOUGHswitch firmware to integrate with the UniFi Controller (experimental).
Stars: ✭ 24 (+100%)
Mutual labels:  switch
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (+8.33%)
Mutual labels:  yarn
Windows-10-tweaks
This repo contains multiple scripts to optimize windows 10
Stars: ✭ 37 (+208.33%)
Mutual labels:  registry
IOBrowser
A macOS application for browsing the IOKit registry.
Stars: ✭ 123 (+925%)
Mutual labels:  registry
Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (+8.33%)
Mutual labels:  switch
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (+8.33%)
Mutual labels:  yarn
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+3183.33%)
Mutual labels:  yarn
Reg2CI
Create System Center Configuration manager ConfigItem (CI's) from a .reg (Registry) or a .pol (Policy) file.
Stars: ✭ 74 (+516.67%)
Mutual labels:  registry
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+558.33%)
Mutual labels:  yarn
awesome-app-js
This document list all the javascript libs used at Soixante circuits. They are compatible with Webpack and run in the browser and / or node only.
Stars: ✭ 16 (+33.33%)
Mutual labels:  yarn
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+7183.33%)
Mutual labels:  yarn
docker-rails-demo
Demo app for Rails, Docker and Webpack
Stars: ✭ 29 (+141.67%)
Mutual labels:  yarn
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+2416.67%)
Mutual labels:  switch
switch-cmake
CMake toolchain for Nintendo Switch homebrew development
Stars: ✭ 38 (+216.67%)
Mutual labels:  switch
ngx-ui-switch
Angular UI Switch component
Stars: ✭ 109 (+808.33%)
Mutual labels:  switch
asdf-yarn
asdf plugin for Yarn.
Stars: ✭ 111 (+825%)
Mutual labels:  yarn

Yrs

Yarn registry switch tool

NPM version Downloads npm

Features

Compatible with Node.js 4.0 or higher

Requirements

Install

yarn global add yrs

OR

 npm install -g yrs

Example

yrs ls

name       registry                             home                             
npm        https://registry.npmjs.org           https://www.npmjs.org            
cnpm       http://r.cnpmjs.org                  http://cnpmjs.org                
taobao     https://registry.npm.taobao.org      https://npm.taobao.org           
nj         https://registry.nodejitsu.com       https://www.nodejitsu.com        
rednpm     http://registry.mirror.cqupt.edu.cn  http://npm.mirror.cqupt.edu.cn/  
npmMirror  https://skimdb.npmjs.com/registry    https://skimdb.npmjs.com/        
edunpm     http://registry.enpmjs.org           http://www.enpmjs.org 

yrs use taobao

yarn config v0.17.6
success Set "registry" to "https://registry.npm.taobao.org".
Done in 0.03s. 

Usage


  Usage: yrs [options] [command]


  Commands:

    current                          Show current registry name
    ls                               List all the registries
    use <registryName>               Change registry to registry
    add <registryName> <url> [home]  Add one custom registry
    del <registryName>               Delete one custom registry
    *                                Any

  Options:

    -h, --help     output usage information
    -V, --version  output the version number


Contributing

Registry

  • Add registry to registeries.json

TODO

  • Test
  • travis CI

Development environment

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].