@controlla/postinstall

1.0.15 • Public • Published

Controlla postinstall

Lightweight npm postinstall message

Installation

npm install --save @controlla/postinstall

And in your package.json add:

{
  ...
  "scripts": {
    "postinstall": "controlla-postinstall || exit 0"
  },
  "controlla": {
    "url": "https://controlla.github.io/vuemerang/"
  }
  ...
}

Configuration

Configuration is applied through your project's package.json.

A full configuration looks like:

{
  "controlla": {
    "url": "https://controlla.github.io/vuemerang/",
    "logoUrl": "https://controlla.github.io/vuemerang/logo.txt"
  }
}

Note: This is a lightweight alternative to the controlla-cli that offers a more complete postinstall message.

/@controlla/postinstall/

    Package Sidebar

    Install

    npm i @controlla/postinstall

    Weekly Downloads

    11

    Version

    1.0.15

    License

    MIT

    Unpacked Size

    12.8 kB

    Total Files

    11

    Last publish

    Collaborators

    • ivansotelo