From ddf39c3f5948a86e37d3d3e5699d44c015e7101f Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sun, 17 Jun 2018 14:53:36 -0700 Subject: [PATCH] Update README to add list of all contributors --- .all-contributorsrc | 29 +---------------------------- Makefile | 5 ++++- README.md | 38 +++++++++++--------------------------- 3 files changed, 16 insertions(+), 56 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e9e61537..d9a27786 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -6,7 +6,7 @@ "files": [ "README.md" ], - "imageSize": 64, + "imageSize": 48, "commit": true, "contributors": [ { @@ -15,7 +15,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/6413?v=4", "profile": "https://twitter.com/senorprogrammer", "contributions": [ - "code" ] }, { @@ -24,7 +23,6 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/34973359?v=4", "profile": "https://github.com/jeangovil", "contributions": [ - "code" ] }, { @@ -33,7 +31,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/11779018?v=4", "profile": "https://github.com/Fengyalv", "contributions": [ - "code" ] }, { @@ -42,7 +39,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/17337753?v=4", "profile": "https://fluxionnetwork.github.io/fluxion/", "contributions": [ - "code" ] }, { @@ -51,7 +47,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/1319630?v=4", "profile": "https://github.com/BillKeenan", "contributions": [ - "code" ] }, { @@ -60,7 +55,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/118081?v=4", "profile": "http://blog.sapara.com", "contributions": [ - "code" ] }, { @@ -69,7 +63,6 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/16461061?v=4", "profile": "https://github.com/XanthusL", "contributions": [ - "code" ] }, { @@ -78,7 +71,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/9014288?v=4", "profile": "https://github.com/baustinanki", "contributions": [ - "code" ] }, { @@ -87,7 +79,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/371475?v=4", "profile": "https://github.com/lixin9311", "contributions": [ - "code" ] }, { @@ -96,7 +87,6 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/7537841?v=4", "profile": "https://github.com/mxplusb", "contributions": [ - "code" ] }, { @@ -105,7 +95,6 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/10998?v=4", "profile": "http://rubiojr.rbel.co", "contributions": [ - "code" ] }, { @@ -114,7 +103,6 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/17374492?v=4", "profile": "https://github.com/FarhadF", "contributions": [ - "code" ] }, { @@ -123,7 +111,6 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/634604?v=4", "profile": "http://lasantha.blogspot.com/", "contributions": [ - "code" ] }, { @@ -132,7 +119,6 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/823331?v=4", "profile": "https://github.com/dlom", "contributions": [ - "code" ] }, { @@ -141,7 +127,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/5546718?v=4", "profile": "http://flw.tools/", "contributions": [ - "code" ] }, { @@ -150,7 +135,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/6024927?v=4", "profile": "https://github.com/davebarda", "contributions": [ - "code" ] }, { @@ -159,7 +143,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/4261980?v=4", "profile": "https://github.com/matrinox", "contributions": [ - "code" ] }, { @@ -168,7 +151,6 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/1022918?v=4", "profile": "http://international.github.io", "contributions": [ - "code" ] }, { @@ -177,7 +159,6 @@ "avatar_url": "https://avatars3.githubusercontent.com/u/497310?v=4", "profile": "https://twitter.com/Grazfather", "contributions": [ - "code" ] }, { @@ -186,7 +167,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/1691120?v=4", "profile": "http://www.mikecordell.com/", "contributions": [ - "code" ] }, { @@ -195,7 +175,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/1215497?v=4", "profile": "http://patrick.ibexcps.com", "contributions": [ - "code" ] }, { @@ -204,7 +183,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/1483092?v=4", "profile": "https://github.com/sherodtaylor", "contributions": [ - "code" ] }, { @@ -213,7 +191,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/3062663?v=4", "profile": "http://cogentia.io", "contributions": [ - "code" ] }, { @@ -222,7 +199,6 @@ "avatar_url": "https://avatars2.githubusercontent.com/u/3252403?v=4", "profile": "https://github.com/anandsudhir", "contributions": [ - "code" ] }, { @@ -231,7 +207,6 @@ "avatar_url": "https://avatars1.githubusercontent.com/u/12018440?v=4", "profile": "https://github.com/lsipii", "contributions": [ - "code" ] }, { @@ -240,7 +215,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/14799210?v=4", "profile": "https://github.com/BlackWebWolf", "contributions": [ - "code" ] }, { @@ -249,7 +223,6 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/1894885?v=4", "profile": "https://github.com/andrewzolotukhin", "contributions": [ - "code" ] } ] diff --git a/Makefile b/Makefile index 70dcc34c..19d63ae6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ -.PHONY: dependencies install run +.PHONY: contrib_check dependencies install run build: go build -o bin/wtf +contrib_check: + npx all-contributors-cli check + install: go clean go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6) -X main.date=$(shell date +%FT%T%z)" diff --git a/README.md b/README.md index dad7f527..b74e988c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors) +[![Join the chat at https://gitter.im/wtfutil/Lobby](https://badges.gitter.im/wtfutil/Lobby.svg)](https://gitter.im/wtfutil/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors) +

@@ -15,9 +17,7 @@ displaying infrequently-needed, but very important, daily data. ## Quick Start -### Installation from Source - -**Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`. +[Download and run the latest binary](https://github.com/senorprogrammer/wtf/releases) or install from source: ```bash go get -u github.com/senorprogrammer/wtf @@ -26,12 +26,7 @@ make install make run ``` -Or [download the latest binary](https://github.com/senorprogrammer/wtf/releases). - -## Support - -Chat on Gitter -[![Join the chat at https://gitter.im/wtfutil/Lobby](https://badges.gitter.im/wtfutil/Lobby.svg)](https://gitter.im/wtfutil/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +**Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`. ## Documentation @@ -42,34 +37,23 @@ documentation. Here's some short-cuts: * [Configuration](http://wtfutil.com/posts/configuration/) * [Module Documentation](http://wtfutil.com/posts/modules/) -## Contributing +## Contributors Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests. -## Author - -* Chris Cummer, [senorprogrammer](https://github.com/senorprogrammer) - - -## Contributors - -Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): +Thanks goes to these wonderful people: -| [
Chris Cummer](https://twitter.com/senorprogrammer)
[💻](https://github.com/senorprogrammer/wtf/commits?author=senorprogrammer "Code") | [
Hossein Mehrabi](https://github.com/jeangovil)
[💻](https://github.com/senorprogrammer/wtf/commits?author=jeangovil "Code") | [
FengYa](https://github.com/Fengyalv)
[💻](https://github.com/senorprogrammer/wtf/commits?author=Fengyalv "Code") | [
deltax](https://fluxionnetwork.github.io/fluxion/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=deltaxflux "Code") | [
Bill Keenan](https://github.com/BillKeenan)
[💻](https://github.com/senorprogrammer/wtf/commits?author=BillKeenan "Code") | [
June S](http://blog.sapara.com)
[💻](https://github.com/senorprogrammer/wtf/commits?author=interlock "Code") | [
liyiheng](https://github.com/XanthusL)
[💻](https://github.com/senorprogrammer/wtf/commits?author=XanthusL "Code") | +| [
Chris Cummer](https://twitter.com/senorprogrammer)
| [
Hossein Mehrabi](https://github.com/jeangovil)
| [
FengYa](https://github.com/Fengyalv)
| [
deltax](https://fluxionnetwork.github.io/fluxion/)
| [
Bill Keenan](https://github.com/BillKeenan)
| [
June S](http://blog.sapara.com)
| [
liyiheng](https://github.com/XanthusL)
| | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| [
baustinanki](https://github.com/baustinanki)
[💻](https://github.com/senorprogrammer/wtf/commits?author=baustinanki "Code") | [
lucus lee](https://github.com/lixin9311)
[💻](https://github.com/senorprogrammer/wtf/commits?author=lixin9311 "Code") | [
Mike Lloyd](https://github.com/mxplusb)
[💻](https://github.com/senorprogrammer/wtf/commits?author=mxplusb "Code") | [
Sergio Rubio](http://rubiojr.rbel.co)
[💻](https://github.com/senorprogrammer/wtf/commits?author=rubiojr "Code") | [
Farhad Farahi](https://github.com/FarhadF)
[💻](https://github.com/senorprogrammer/wtf/commits?author=FarhadF "Code") | [
Lasantha Kularatne](http://lasantha.blogspot.com/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=lasanthak "Code") | [
Mark Old](https://github.com/dlom)
[💻](https://github.com/senorprogrammer/wtf/commits?author=dlom "Code") | -| [
flw](http://flw.tools/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=flw-cn "Code") | [
David Barda](https://github.com/davebarda)
[💻](https://github.com/senorprogrammer/wtf/commits?author=davebarda "Code") | [
Geoff Lee](https://github.com/matrinox)
[💻](https://github.com/senorprogrammer/wtf/commits?author=matrinox "Code") | [
George Opritescu](http://international.github.io)
[💻](https://github.com/senorprogrammer/wtf/commits?author=International "Code") | [
Grazfather](https://twitter.com/Grazfather)
[💻](https://github.com/senorprogrammer/wtf/commits?author=Grazfather "Code") | [
Michael Cordell](http://www.mikecordell.com/)
[💻](https://github.com/senorprogrammer/wtf/commits?author=mcordell "Code") | [
Patrick José Pereira](http://patrick.ibexcps.com)
[💻](https://github.com/senorprogrammer/wtf/commits?author=patrickelectric "Code") | -| [
sherod taylor](https://github.com/sherodtaylor)
[💻](https://github.com/senorprogrammer/wtf/commits?author=sherodtaylor "Code") | [
Andrew Scott](http://cogentia.io)
[💻](https://github.com/senorprogrammer/wtf/commits?author=askl56 "Code") | [
Anand Sudhir Prayaga](https://github.com/anandsudhir)
[💻](https://github.com/senorprogrammer/wtf/commits?author=anandsudhir "Code") | [
Lassi Piironen](https://github.com/lsipii)
[💻](https://github.com/senorprogrammer/wtf/commits?author=lsipii "Code") | [
BlackWebWolf](https://github.com/BlackWebWolf)
[💻](https://github.com/senorprogrammer/wtf/commits?author=BlackWebWolf "Code") | [
andrewzolotukhin](https://github.com/andrewzolotukhin)
[💻](https://github.com/senorprogrammer/wtf/commits?author=andrewzolotukhin "Code") | +| [
baustinanki](https://github.com/baustinanki)
| [
lucus lee](https://github.com/lixin9311)
| [
Mike Lloyd](https://github.com/mxplusb)
| [
Sergio Rubio](http://rubiojr.rbel.co)
| [
Farhad Farahi](https://github.com/FarhadF)
| [
Lasantha Kularatne](http://lasantha.blogspot.com/)
| [
Mark Old](https://github.com/dlom)
| +| [
flw](http://flw.tools/)
| [
David Barda](https://github.com/davebarda)
| [
Geoff Lee](https://github.com/matrinox)
| [
George Opritescu](http://international.github.io)
| [
Grazfather](https://twitter.com/Grazfather)
| [
Michael Cordell](http://www.mikecordell.com/)
| [
Patrick José Pereira](http://patrick.ibexcps.com)
| +| [
sherod taylor](https://github.com/sherodtaylor)
| [
Andrew Scott](http://cogentia.io)
| [
Anand Sudhir Prayaga](https://github.com/anandsudhir)
| [
Lassi Piironen](https://github.com/lsipii)
| [
BlackWebWolf](https://github.com/BlackWebWolf)
| [
andrewzolotukhin](https://github.com/andrewzolotukhin)
| This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! -## License - -See [LICENSE.md](LICENSE.md) file for details. - ## Acknowledgments The inspiration for `WTF` came from Monica Dinculescu's