mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 12:11:21 +08:00
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:
20
assets/pnpm.svg
Normal file
20
assets/pnpm.svg
Normal 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 |
Reference in New Issue
Block a user