Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.25 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.25 KB

pnpm

High performance npm

pnpm is a fast implementation of npm install.

Install

Install it via npm.

npm install -g pnpm.js

Use pnpm in place of npm. It overrides pnpm i and pnpm install—all other commands will passthru to npm.

pnpm install lodash

Preview

pnpm will stay in <1.0.0 until it's achieved feature parity with npm install.

  • pnpm install
    • npm packages
    • GitHub packages
    • @scoped modules
    • tarball packages
    • file packages
    • bin executables
    • --global installs
    • --save et al
  • pnpm uninstall
  • pnpm ls

Acknowledgements

ied is built on a very similar premise.

Thanks

pnpm © 2016+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz