홈으로 돌아가기
Yarn 명령어 도우미
Categories
Select a category to view Yarn commands
기본 명령어
Click on any command to copy it to clipboard
Yarn Version
Show Yarn version
yarn --version
Example: yarn -v
Help
Show help information
yarn help
Example: yarn help add
Initialize Project
Create package.json file
yarn init
Example: yarn init -y
Install Dependencies
Install all dependencies
yarn install
Example: yarn install --frozen-lockfile
List Packages
List installed packages
yarn list
Example: yarn list --depth=0