@controlla/controlla-postinstall

1.0.21 • 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.

Readme

Keywords

Package Sidebar

Install

npm i @controlla/controlla-postinstall

Weekly Downloads

342

Version

1.0.21

License

MIT

Unpacked Size

21 kB

Total Files

12

Last publish

Collaborators

  • ivansotelo