opencollective-postinstall

Lightweight npm postinstall message to invite people to donate to your collective

MIT 25 个版本
安装
npm install opencollective-postinstall
yarn add opencollective-postinstall
pnpm add opencollective-postinstall
bun add opencollective-postinstall
README

Open Collective postinstall

Greenkeeper badge

Lightweight npm postinstall message to invite people to donate to your collective

Installation

npm install --save opencollective-postinstall

And in your package.json add:

{
  ...
  "scripts": {
    "postinstall": "opencollective-postinstall"
  },
  "collective": {
    "url": "https://opencollective.com/webpack"
  }
  ...
}

Disabling this message

In some places (e.g. CI) you may want to disable this output. You can do this by setting the environment variable DISABLE_OPENCOLLECTIVE=true.

It will not be shown if npm's log level is set to silent (--silent), warn (--quiet), or error (--loglevel error).

Note: This is a lightweight alternative to the opencollective-cli that offers a more complete postinstall message with the current balance and ASCII logo of the collective.

版本列表
2.0.3 2020-05-29
2.0.2 2019-02-05
2.0.1 2018-10-20
2.0.0 2018-04-02
1.1.1 2017-04-21
1.1.0 2017-04-21
1.0.18 2017-04-20
1.0.17 2017-04-20
1.0.16 2017-04-20
1.0.15 2017-04-01
1.0.14 2017-03-27
1.0.13 2017-03-27
1.0.12 2017-03-21
1.0.11 2017-03-16
1.0.10 2017-03-16
1.0.9 2017-03-14
1.0.8 2017-03-14
1.0.7 2017-03-14
1.0.6 2017-03-14
1.0.5 2017-03-14
1.0.4 2017-03-14
1.0.3 2017-03-13
1.0.2 2017-03-07
1.0.1 2017-03-07
1.0.0 2017-02-22