From a44d8fd62b50cb1afdd571f9f914d2adbcc0b425 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 22:42:52 +0200 Subject: [PATCH] docs: add jamescrowley as a contributor (#22) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 25 +++++++++++++++++++++++++ README.md | 22 ++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..47287453f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "jamescrowley", + "name": "James Crowley", + "avatar_url": "https://avatars1.githubusercontent.com/u/509533?v=4", + "profile": "https://www.jamescrowley.net", + "contributions": [ + "code", + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "html-template", + "projectOwner": "asyncapi", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 2526c2371..a8a0fcb60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # HTML template for the AsyncAPI Generator + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ## Usage @@ -25,3 +28,22 @@ npm install -g @asyncapi/generator 1. Modify the template or it's helper functions. Adjust `test/spec/asyncapi.yml` to have more features if needed. 1. Generate output with watcher enables `npm run develop`. 1. Open HTML in your browser `open ./test/output/index.html`. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

James Crowley

💻 🐛
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file