0.1.0 • Published 10 months ago

@live/pnpm v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

pnpm wrapper

Wraps pnpm so we can add functionality we want.

Features

Logging

Runs pnpm with --reporter=ndjson, writes to file and to an sql database for later querying.

Syncing package.json

Override pnpm add|remove|link to apply dependency changes to package.json5 or dependencies.json5 or other declarative files.

See: https://github.com/pnpm/pnpm/issues/3027

Usage

pnpm-live <cmd>

IntelliJ

Setup external tools and use pnpm-idea.