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