OSDN Git Service

Regular updates
[twpd/master.git] / yarn.md
diff --git a/yarn.md b/yarn.md
index be448f8..e7d9bc3 100644 (file)
--- a/yarn.md
+++ b/yarn.md
@@ -3,7 +3,7 @@ title: Yarn
 category: JavaScript libraries
 layout: 2017/sheet
 weight: -3
-updated: 2017-09-08
+updated: 2019-09-30
 prism_languages: [json, bash]
 tags: [Featurable]
 ---
@@ -12,6 +12,7 @@ tags: [Featurable]
 
 | npm | yarn |
 | --- | ---- |
+| `npm init` | `yarn init` |
 | `npm install` | `yarn` |
 | `npm install gulp --save` | `yarn add gulp` |
 | `npm install gulp --save-dev --save-exact` | `yarn add gulp --dev --exact` |