3.18.0 • Published 3 years ago

@merna/log-packed v3.18.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 years ago

@lerna/log-packed

Log the result of npm pack --json

Extracted from the npm source.

Usage

const execa = require("execa");
const logPacked = require("@lerna/log-packed");

execa("npm", ["pack", "--json"]).then(result => {
  const tarballs = JSON.parse(result.stdout);
  tarballs.forEach(logPacked);
});

Install lerna for access to the lerna CLI.

3.18.0

3 years ago