Add pnpm (#2226)
* Add pnpm * Update content/roadmaps/100-frontend/content/107-package-managers/102-pnpm.md * Update content/roadmaps/100-frontend/content/107-package-managers/102-pnpm.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2212/head^2
parent
be2cd52083
commit
a96b906fcb
1 changed files with 6 additions and 0 deletions
@ -1 +1,7 @@ |
||||
# pnpm |
||||
|
||||
PNPM is an alternative package manager for Node. js which stands for “Performant NPM”. The main purpose of PNPM is to hold all the packages at a global (centralized) store and use them if needed by other projects too by creating hard links to it. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://pnpm.io'>Official Website</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://blog.bitsrc.io/pnpm-javascript-package-manager-4b5abd59dc9'>Meet PNPM: The Faster, More Performant NPM</BadgeLink> |
||||
|
Loading…
Reference in new issue