docs: add pnpm memo and update README (#670)

Add a new pnpm.md memo in the docs directory and update the README to
include pnpm in the quick reference section. Also, introduce a new
pnpm.svg asset in the assets directory.
This commit is contained in:
h7ml
2024-06-25 02:39:46 +08:00
committed by GitHub
parent 04b0b48d94
commit e657882897
3 changed files with 281 additions and 0 deletions

20
assets/pnpm.svg Normal file
View File

@ -0,0 +1,20 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 17h4v4h-4z" />
<path d="M10 17h4v4h-4z" />
<path d="M17 17h4v4h-4z" />
<path d="M17 10h4v4h-4z" />
<path d="M17 3h4v4h-4z" />
<path d="M10 10h4v4h-4z" />
<path d="M10 3h4v4h-4z" />
<path d="M3 3h4v4h-4z" />
</svg>

After

Width:  |  Height:  |  Size: 443 B