Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active May 29, 2020 03:22
Show Gist options
  • Save ThaddeusJiang/174e8f38e8989a350afd2f13318fca1f to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/174e8f38e8989a350afd2f13318fca1f to your computer and use it in GitHub Desktop.
yarn 紹介

高速で、信頼性が高く、そして安全な依存関係の管理

依存関係の追加

yarn add [package]

CI を関して依存関係の追加

yarn add [package] --dev

依存関係のアップグレード

yarn upgrade [package]

依存関係の削除

yarn remove [package]

すべて依存関係のインストール

yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment