Merge pull request #1211 from wowawiwa/patch-3

Add `yarn init` to equivalences.
This commit is contained in:
Rico Sta. Cruz 2019-10-15 20:31:13 +11:00 committed by GitHub
commit 1de147b430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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` |