11 lines
227 B
Markdown
11 lines
227 B
Markdown
# snippets
|
|
|
|
### Import with yarn 2
|
|
```
|
|
yarn add 'snippets@https://git.harting.dev/vikingowl/snippets.git'
|
|
```
|
|
|
|
### Run yarn2 script
|
|
```
|
|
wget -O - https://git.harting.dev/vikingowl/snippets/raw/branch/master/yarn2.sh | bash
|
|
``` |