elm-thanks
v1.1.0
Published
Say thanks for developing and maintaining your dependencies
Downloads
3
Readme
elm-thanks
🌟 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".
Install it
$ npm i -g elm-thanks
Configure authentication
Create a github token with public_repo
permissions and export it as an environment variable: export GITHUB_TOKEN=yourtokengoeshere
Run it
From any folder containing either an elm-package.json
or an elm.json
file, run:
$ elm-thanks
Caveat
In the interest of getting this hacked together quickly; the code is poor.
Made with ❤️ and licensed under BSD3 © 2017-2019 Ilias Van Peer