Skip to content

Commit 539bbd2

Browse files
committed
Add yarn 😻
1 parent b4ffb6a commit 539bbd2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ A place for all my cheat sheets to live!
55
- **[Git](git.md#useful-git-commands)**
66

77
- **[npm](npm.md#npm-plz)**
8+
9+
- **[Yarn](yarn.md#useful-yarn-commands)**
10+

yarn.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Useful Yarn commands
2+
3+
This is just stuff that I have put down that I find I use a lot of the time for my own reference.
4+
5+
## Update dependencies
6+
7+
```
8+
yarn upgrade
9+
```
10+
11+
## displays the location of the yarn bin folder.
12+
13+
```
14+
yarn bin
15+
```
16+
17+
## list installed packages.
18+
19+
```
20+
yarn ls
21+
```

0 commit comments

Comments
 (0)