1.0.1 • Published 8 years ago

package-compose v1.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

package-compose

Allows you to merge multiple package.json files into one.

Install globally or locally

npm install -g package-compose

then call package-compose.

package-compose package.a.json package.b.json package.c.json > package.json

On the command line it exits when there is no strategy to merge the values. In the API you can provide custom handling via callback.

1.0.1

8 years ago

1.0.0

8 years ago