markdown 纱线可以做到吗?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 纱线可以做到吗?相关的知识,希望对你有一定的参考价值。

# Yarn can do that?

https://yarnpkg.com/

## Install package directly from GitHub/GitLab (without register to npmjs.com)

```
yarn add <username/repository>

# Example

yarn add mul14/simplemath
```

```
yarn add <git_repository_url>

# GitHub Example

yarn add https://github.com/mul14/simplemath.git
yarn add https://github.com/mul14/simplemath

yarn add git+ssh://git@github.com:mul14/simplemath.git
yarn add git+https://git@github.com/mul14/simplemath.git

# GitLab Example

yarn add https://gitlab.com/mul14/simplemath.git
yarn add https://gitlab.com/mul14/simplemath

yarn add git+ssh://git@gitlab.com:mul14/simplemath.git
yarn add git+https://git@gitlab.com/mul14/simplemath.git
```

以上是关于markdown 纱线可以做到吗?的主要内容,如果未能解决你的问题,请参考以下文章

markdown 配置纱线和npm

markdown 纱线指挥

markdown 纱线CLI

我可以用纱线代替 npm 吗?

markdown 如何最终使用纱线重新安装fkn'node-sass并且不破坏包结构.md

我们可以在 github 操作中缓存纱线全局变量吗