feat: added npm2yarn package (#1347)

This commit is contained in:
Shahed Nasser
2022-04-18 15:17:27 +02:00
committed by GitHub
parent fcd2889fd7
commit 3ad0f66619
36 changed files with 237 additions and 176 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ api_secret: "xx"
The first step in creating a plugin is to initialize the Node.js project:
```bash
```bash npm2yarn
npm init
```
@@ -70,7 +70,7 @@ This command will ask you to fill out your project's metadata, which will eventu
Next up, we need to install cloudinary's Node.js SDK.
```bash
```bash npm2yarn
npm install cloudinary
```