Add `yarn init` to equivalences.

This commit is contained in:
Charles 2019-09-30 15:08:39 +02:00 committed by GitHub
parent 1e927dccfc
commit 1ac4600426
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` |