@merna/log-packed

3.18.0 • Public • Published

@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.18.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.18.0
    0

Package Sidebar

Install

npm i @merna/log-packed

Weekly Downloads

0

Version

3.18.0

License

MIT

Unpacked Size

5.02 kB

Total Files

4

Last publish

Collaborators

  • aokonechnikov