@configurator/ampm
v0.0.1
Published
Another package manager
Downloads
18
Readme
ampm
Another m$&!@ing package manager
This package manager is uses npm and pnpm internally, to get the benefits of both.
pnpm's benefits:
- installation speed
- lower disk space usage
npm's benefits:
- things work
The way it does things is it uses npm to generate a lockfile only, and then it uses pnpm as an installer to download pacakges. Since pnpm uses a different structure, which breaks many existing (non-node-compliant) programs, ampm then creates the original npm structure by linking into the pnpm store.
Installation / upgrade
npm install -g @configurator/ampmor
pnpm install -g @configurator/ampmUsage
Same as npm and pnpm, but replace the command name with ampm.
ampm install webpack
ampm install webpack@2