📜  来自 github 的 yarn install 包 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:01.711000             🧑  作者: Mango

代码示例2
yarn add  installs a package from a remote git repository.
yarn add # installs a package from a remote git repository at specific git branch, git commit or git tag.
yarn add https://my-project.org/package.tgz installs a package from a remote gzipped tarball.