šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github-sponsors

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-sponsors

Prompt your users to donate after `npm install`

1.0.1
latest
Source
npm
Version published
Weekly downloads
3.4K
15.38%
Maintainers
1
Weekly downloads
Ā 
Created
Source

Github Sponsors

Build Status CircleCi dependencies Status devDependencies Status Codacy Badge Codacy Badge styled with prettier npm license dependabot

Mona logo

What is Github Sponsors?

GitHub Sponsors has been announced during Github Satellite at Berlin May 23rd. It is a new way for open source developers to collect donation from the community. A few ways to do that already exists, but GitHub Sponsors is taking responsibility in this area by adding this feature directly on GitHub. You can add a Sponsor button on the top of your projects and it will open a popup window containing links to the donation pages.

This package allows open source maintainers to print a post-install message easily for their packages. github-sponsors is using FUNDING.yml to retrieve the information and displaying it to the user.

Getting Started

Installation

npm install --save github-sponsors

Usage

Add in package.json:

{
  "scripts": {
    "postinstall": "github-sponsors"
  }
}

About GitHub Sponsors

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Github Sponsors use SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

github

FAQs

Package last updated on 24 May 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