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

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

4

Version

3.16.3

License

MIT

Unpacked Size

6.8 kB

Total Files

5

Last publish

Collaborators

  • albrow
  • fberger