package-compose
v1.0.1
Published
command-line tool to merge package.json files
Readme
package-compose
Allows you to merge multiple package.json files into one.
Install globally or locally
npm install -g package-composethen call package-compose.
package-compose package.a.json package.b.json package.c.json > package.jsonOn the command line it exits when there is no strategy to merge the values. In the API you can provide custom handling via callback.
