We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strongly recommend you use NVM to manage node versions, since sometime we really need more node versions to deal with different projects.
export NVM_NODEJS_ORG_MIRROR="https://npm.taobao.org/mirrors/node" export NODEJS_ORG_MIRROR="https://npm.taobao.org/mirrors/node"
Set global npm repo and some tools repo, if you are inside of the GFW:
$ npm config set registry https://registry.npm.taobao.org/ $ npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
A new node package manage tool made by Facebook, you can also use yarn instead of npm or as you like.
The missing package manager for macOS
For [GFW]:
Some case we use submodule to manage components in different projects, read this before you start using submodule since it has some dark place:
Connect to the world!
A good replacement for mac terminal.
As a developer, you have to know this. awesome-zsh-plugins zsh-users this almost enough.
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # edit ~/.zshrc, add `plugins=(git z zsh-syntax-highlighting zsh-autosuggestions)`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NVM
Strongly recommend you use NVM to manage node versions, since sometime we really need more node versions to deal with different projects.
NPM
Set global npm repo and some tools repo, if you are inside of the GFW:
Yarn
A new node package manage tool made by Facebook, you can also use yarn instead of npm or as you like.
Homebrew
For [GFW]:
Git
git-submodule
Some case we use submodule to manage components in different projects, read this before you start using submodule since it has some dark place:
Magic Web
Connect to the world!
iTerm2
A good replacement for mac terminal.
oh-my-zsh
As a developer, you have to know this.
awesome-zsh-plugins
zsh-users this almost enough.
The text was updated successfully, but these errors were encountered: