lightercollective
a basic postinstall only binary based on package.json collective info
Last updated 6 years ago by webreflection .
ISC · Original npm
$ cnpm install lightercollective 
SYNC missed versions from official npm registry.

lightercollective

donate License: ISC

A lighter opencollective postinstall alternative.

Project Goal

Show all necessary info to help contributing to relative Open Collective projects, without bringing in the entirety of the opencollective CLI as dependency (an overhead of 24MB vs 4K in total for this package).

How To

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"
  }
}

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, where true could also be 1, yes, or y.

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

Current Tags

  • 0.3.0                                ...           latest (6 years ago)

1 Versions

  • 0.3.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org