🌟 Say thanks to everyone who helps build and maintain your Elm dependencies
Vaguely inspired by this The Changelog tweet (ok, maybe more than just vaguely inspired), I figured this type of thing would be nice to have in the Elm world, too.
The idea is to express our gratitude to the creators and maintainers of our dependencies by starring the github repositories. If you're anything like me, actually going to the GitHub repo is asking too much so "here's an app for that".
$ npm i -g elm-thanks
Create a github token with public_repo
permissions and export it as an environment variable: export GITHUB_TOKEN=yourtokengoeshere
From any folder containing either an elm-package.json
or an elm.json
file, run:
$ elm-thanks
In the interest of getting this hacked together quickly; the code is poor.
Made with ❤️ and licensed under BSD3 © 2017-2019 Ilias Van Peer