diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..7897fa7 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +img/ diff --git a/README.md b/README.md index a5f3dfd..97ca058 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,27 @@ ### 🙌 Give thanks to the open source maintainers you depend on! ✨ +## example + +![example gif](img/example.gif) + ## usage +Use `thanks` to see which packages you depend on have maintainers who are **seeking donations**. + +To run: + ```js npx thanks ``` +Or, to install and run: + +```js +npm install -g thanks +thanks +``` + ## license MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org).