premail / website

Source for the Premail.dev website.
https://premail.dev
Other
0 stars 0 forks source link

Add yarn version of all commands #2

Open rootwork opened 2 years ago

rootwork commented 2 years ago

e.g. yarn global add premail in addition to npm i -g premail.

First step is to install this plugin: https://docusaurus.io/docs/next/markdown-features/code-blocks/#npm2yarn-remark-plugin

rootwork commented 2 years ago

See that PR from premail/premail for the syntax for the Yarn commands, which is slightly different. Yarn suggests against global installs but it is possible.