@configurator/ampm

0.0.1 • Public • Published

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/ampm

or

pnpm install -g @configurator/ampm

Usage

Same as npm and pnpm, but replace the command name with ampm.

ampm install webpack
ampm install webpack@2

Readme

Keywords

none

Package Sidebar

Install

npm i @configurator/ampm

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

2.37 kB

Total Files

4

Last publish

Collaborators

  • configurator