คุณสามารถเพิ่มที่เก็บ Git ใด ๆ (หรือ tarball) เป็นการอ้างอิงyarn
โดยระบุ URL ระยะไกล (ไม่ว่าจะเป็น HTTPS หรือ SSH):
yarn add <git remote url> installs a package from a remote git repository.
yarn add <git remote url>#<branch/commit/tag> installs a package from a remote git repository at specific git branch, git commit or git tag.
yarn add https:
นี่คือตัวอย่างบางส่วน:
yarn add https:
yarn add ssh:
yarn add https:
(หมายเหตุ: Fancybox v2.6.1 ไม่มีในเวอร์ชัน Git)
ในการรองรับทั้ง npm และ yarn คุณสามารถใช้ไวยากรณ์ git + url:
git+https://github.com/owner/package.git
git+ssh://github.com/owner/package.git