lightercollective

a basic postinstall only binary based on package.json collective info


Keywords
opencollective, postinstall, light
License
ISC
Install
npm install lightercollective@0.3.1

Documentation

lightercollective

donate License: ISC

A lighter opencollective postinstall alternative.

If your package.json contains, as example, these entries:

{
  "name": "hyperhtml",
  "scripts": {
    "postinstall": "opencollective postinstall"
  },
  "dependencies": {
    "opencollective": "^1.0.3"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/hyperhtml",
    "logo": "https://opencollective.com/hyperhtml/logo.txt"
  }
}

all you need to do is to replace postinstall and dependencies with lightercollective.

{
  "name": "hyperhtml",
  "scripts": {
    "postinstall": "lightercollective"
  },
  "dependencies": {
    "lightercollective": "^0.0.0"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/hyperhtml",
    "logo": "https://opencollective.com/hyperhtml/logo.txt"
  }
}

The goal of this project is to be as small as possible, if not smaller.