You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.8 KiB

# thanks [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/feross/thanks/master.svg
[travis-url]: https://travis-ci.org/feross/thanks
[npm-image]: https://img.shields.io/npm/v/thanks.svg
[npm-url]: https://npmjs.org/package/thanks
[downloads-image]: https://img.shields.io/npm/dm/thanks.svg
[downloads-url]: https://npmjs.org/package/thanks
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com
7 years ago
### 🙌 Give thanks to the open source maintainers you depend on! ✨
7 years ago
![example gif](img/example.gif)
> "Put your money where your love is."
> – The Grateful Dead
Open source maintainers do the work that makes our awesome apps, websites, and projects possible! Many authors devote countless hours to open source. Let's help out authors and make the software we rely on healthier at the same time!
[Vote for us on Product Hunt](https://www.producthunt.com/posts/thanks) ❤️
7 years ago
## Usage
7 years ago
7 years ago
It's easy!
1. Run `npx thanks` in your project
2. See which of your dependencies are seeking donations! 💸
## Install
7 years ago
Run it instantly (without installing!) using:
7 years ago
7 years ago
```js
npx thanks
```
Or, install it, then run it:
7 years ago
```js
npm install -g thanks
thanks
```
7 years ago
## 🌟 Open source authors, add yourself to the list
If you're an open source author who accepts donations, add yourself to the `thanks` CLI by [modifying this file](https://github.com/feross/thanks/blob/master/index.js), and sending a pull request!
7 years ago
We're also considering [supporting a new `package.json` field](https://github.com/feross/thanks/issues/2). Please share your thoughts!
7 years ago
## License
7 years ago
MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org).