thanks
thanks copied to clipboard
🙌 Give thanks to the open source maintainers you depend on! ✨
I've added my patreon in this PR https://github.com/feross/thanks/pull/118 but I'm trying to phase out patreon in favour of a terser-specific opencollective.
@hughsk, your link (http://hughsk.io/donate/) is down. You may update it if you are willing to continue to use `thanks`.
GitHub is rolling out their sponsors program. Adding a check with [github's api](https://developer.github.com/v4/object/user/) to see if found developers have sponsorships enabled would save them having to know about this project....
Prompted by #2, but since this suggestion should probably not be the primary means of determining a payment URL (favouring something explicit in package.json would be better in my opinion)...
Feel free to close it if this tool is only made for the maintainers and projects listed in https://github.com/feross/thanks/blob/master/index.js The __feature request__ is to support __`"thanks": "url"`__ field in `package.json`...
Saw a great recommendation from @iarna on the package.community Discord channel which I just joined. > Decentralized contribution info or no, I'd like npx thanks to point folks where to...
I have some `~/bin` scripts with `node` shebang and was wondering how to list those `--global` packages I use. `npm list --global` vs `thanks --global` I have `node` installed via...