feat: added npm2yarn package (#1347)

This commit is contained in:
Shahed Nasser
2022-04-18 16:17:27 +03:00
committed by GitHub
parent fcd2889fd7
commit 3ad0f66619
36 changed files with 237 additions and 176 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ Common integration use cases that can be implemented with Segment include:
Plugins in Medusa's ecosystem come as separate npm packages, that can be installed from the npm registry.
```bash
yarn add medusa-plugin-segment
```bash npm2yarn
npm install medusa-plugin-segment
```
After installation open `medusa-config.js` to configure the Segment plugin, by adding it to your project's plugin array and providing the options required by the plugin, namely the write key obtained from the Segment dashboard.