@0x-lerna-fork/log-packed

3.16.3 • Public • Published

@0x-lerna-fork/log-packed

Log the result of npm pack --json

Extracted from the npm source.

Usage

const execa = require("execa");
const logPacked = require("@0x-lerna-fork/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.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @0x-lerna-fork/log-packed

    Weekly Downloads

    5

    Version

    3.16.3

    License

    MIT

    Unpacked Size

    6.8 kB

    Total Files

    5

    Last publish

    Collaborators

    • albrow
    • fberger