This commit is contained in:
Benoît S. 2017-05-16 15:44:30 +02:00
parent b5c6609f51
commit 5f7e7d275e

17
HowtoYarn.md Normal file
View file

@ -0,0 +1,17 @@
---
categories: web
title: Howto Yarn
...
* Documentation : <https://yarnpkg.com/en/docs>
[Yarn](https://yarnpkg.com) est un gestionnaire de packages.
## Installation
~~~
# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
# echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
# apt update
# apt install yan
~~~