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

Readme

Keywords

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