Skip to content

Latest commit

 

History

History
100 lines (76 loc) · 3.39 KB

README.md

File metadata and controls

100 lines (76 loc) · 3.39 KB

Options

pnpm documentation

Done Command Notes
-C , --dir
-w, --workspace-root

Manage dependencies

pacquet add <pkg>

pnpm documentation

  • [~] Install from npm registry
    • Install with tags are not supported. Example: pacquet add fastify@latest
  • Install from the workspace
  • Install from local file system
  • Install from remote tarball
  • Install from Git repository
Done Command Notes
--save-prod
--save-dev
--save-optional
--save-exact
--save-peer
--ignore-workspace-root-check
--global
--workspace
--filter <package_selector>

pacquet install

pnpm documentation

Done Command Notes
--force
--offline
--prefer-offline
--prod
--dev
--no-optional
--lockfile-only
--fix-lockfile
--frozen-lockfile
--reporter=
--use-store-server
--shamefully-hoist
--ignore-scripts
--filter <package_selector>
--resolution-only

Run scripts

pacquet run

pnpm documentation

Done Command Notes
script-shell
shell-emulator
--recursive
--if-present
--parallel
--stream
--aggregate-output
enable-pre-post-scripts
--resume-from <package_name>
--report-summary
--filter <package_selector>

pacquet test

pnpm documentation

pacquet start

pnpm documentation

Misc.

pacquet store

pnpm documentation

Done Command Notes
status
add
~ prune Currently prune removes all packages inside the directory
path

pacquet init

pnpm documentation