1.0.2 • Published 2 years ago

pnpm-bundle-workspace-package v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pnpm-bundle-workspace-package

CLI tool to bundle a single pnpm workspace package

Heavily based from pnpm-isolate-workspace

Motivation

Some services like GCP Functions, AWS Lambda or SCW Functions only allow us to use npm or yarn as package managers, making difficult to deploy functions that depend on other packages of our monorepo.

I found that while pnpm-isolate-workspace is a great tool to isolate a single workspace package, it still creates a pnpm like structure that we cannot directly use in the above-mentioned services.

Quick start

pnpm-bundle-workspace-package [package name or path]

Options