Socket
Book a DemoInstallSign in
Socket

opencollective-setup

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencollective-setup

Command Line Interface to setup Open Collective in repositories

latest
Source
npmnpm
Version
1.4.1
Version published
Maintainers
1
Created
Source

Open Collective Setup

npm version

CLI tool to setup Open Collective in repositories

Install

$ npm install -g opencollective-setup

Then run

$ opencollective-setup

Usage

opencollective-setup

  Setup a collective (from github or in current working directory)

Options:

  -i, --interactive               Interactive mode
  -r, --repo <org/repo>           Clone the repo, runs the setup in interactive mode and submits a pull request
  -gt, --github_token <token>     Authentication token from Github (see https://github.com/settings/tokens)
  -h, --help                      Output usage information

Additional commands:

  setup:readme [-f FILENAME]      Update the README FILENAME (defaults to README.md) with backers/sponsors badge and placeholders
  setup:template [-f FILENAME]    Prepend the default donate message to the template FILENAME (defaults to ISSUE_TEMPLATE.md)

Examples:

– Setup a github repo

    $ opencollective-setup --repo mochajs/mocha

– Add backers/sponsors to your README

    $ opencollective-setup setup:readme

– Add the donate message in the PULL_REQUEST_TEMPLATE.md of the project:

    $ opencollective-setup setup:template -f PULL_REQUEST_TEMPLATE.md

Keywords

opencollective

FAQs

Package last updated on 27 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts