JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18593
  • Score
    100M100P100Q133729F
  • License MIT

Executes pnpm. If pnpm is not installed, installs it first

Package Exports

  • @pnpm/exec

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pnpm/exec) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@pnpm/exec

Executes pnpm. If pnpm is not installed, installs it first

npm version Build Status

Installation

npm i -S @pnpm/exec

Usage

const pnpm = require('./lib').default

pnpm(['install'])
  .then(() => console.log('Done'))
  .catch(console.error.bind(console))

License

MIT © Zoltan Kochan