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