Prompt your users to donate after `npm install`
npm install github-sponsors![Build Status]()
![CircleCi]()






![license]()
![dependabot]()
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.
```
npm install --save github-sponsors
Add in package.json:
`json``
{
"scripts": {
"postinstall": "github-sponsors"
}
}
- Announcing GitHub Sponsors
- GitHub Sponsors
- About GitHub Sponsors
- Sponsoring open source developers
- Receiving sponsorships as a sponsored developer
Please read CONTRIBUTING.md for details on our code of
conduct, and the process for submitting pull requests to us.
Github Sponsors use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE file
for details.