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.

45 lines
1.6 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!
7 years ago
## usage
**Use `thanks` to see which packages you depend on have maintainers seeking donations ✨**
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
```
## authors, add yourself to the list!
If you're an open source author who accepts donations, add yourself to the `thanks` CLI by modifying [index.js](https://github.com/feross/thanks/blob/master/index.js), and sending a pull request!
7 years ago
## license
MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org).