public:computer:yarn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
public:computer:yarn [2022/09/19 14:31] alexpublic:computer:yarn [2022/09/19 14:44] – [Examples] alex
Line 3: Line 3:
 ===== Examples ===== ===== Examples =====
 <cli prompt="$ " comment="  # "> <cli prompt="$ " comment="  # ">
-$ 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/node +~/[project directory]$ yarn add @types/node 
-$ yarn add ts-node +~/[project directory]$ yarn add ts-node 
-$ yarn add nodemon+~/[project directory]$ yarn add nodemon
 </cli> </cli>
  
  • public/computer/yarn.txt
  • Last modified: 2022/09/19 18:30
  • by alex