Rico Sta. Cruz 6ff492feab Release v0.1.0
2016-01-28 17:19:12 +08:00
2016-01-28 16:07:26 +08:00
2016-01-28 13:59:21 +08:00
2016-01-28 17:19:12 +08:00
2016-01-28 15:38:50 +08:00
2016-01-28 17:19:12 +08:00
2016-01-28 17:19:12 +08:00

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

Description
No description provided
Readme MIT 229 MiB
Languages
TypeScript 99.4%
JavaScript 0.6%