Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:computer:yarn [2022/09/09 18:19] – created alex | public:computer:yarn [2022/09/19 18:30] (current) – [References] alex | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== yarn ====== | ====== yarn ====== | ||
| + | ===== Examples ===== | ||
| + | <cli prompt=" | ||
| + | ~$ mkdir [project directory] | ||
| + | ~$ cd [project directory] | ||
| + | ~/[project directory]$ yarn set version berry | ||
| + | ~/[project directory]$ yarn init | ||
| + | ~/[project directory]$ yarn add typescript | ||
| + | ~/[project directory]$ yarn add @types/node | ||
| + | ~/[project directory]$ yarn add ts-node | ||
| + | ~/[project directory]$ yarn add nodemon | ||
| + | </ | ||
| + | |||
| + | ===== References ===== | ||
| + | |||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||