pkg-can-install

1.0.3 • Public • Published

pkg-can-install

Build Status Greenkeeper badge

NPM

Tests if the package in the current working directory can be installed after it is published, that way you won't have to publish another version with a fix.

Table of Contents generated with DocToc

Installation

$ npm install --save-dev pkg-can-install

Then edit your package.json to have:

  "scripts"{
    "prepublishOnly": "pkg-can-install"
  }

Then pkg-can-install will be run right before a publish.

How it works

  1. We get a temporary directory
  2. We recursively copy the current package minus node_modules to that directory
  3. We run npm install --production and verify that it works

/pkg-can-install/

    Package Sidebar

    Install

    npm i pkg-can-install

    Weekly Downloads

    264

    Version

    1.0.3

    License

    Apache-2.0

    Unpacked Size

    4.84 kB

    Total Files

    4

    Last publish

    Collaborators

    • brandonocasey