diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..21d6ed1b3 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "ximyro", + "name": "Ilya Buzlov", + "avatar_url": "https://avatars0.githubusercontent.com/u/1026811?v=4", + "profile": "https://github.com/ximyro", + "contributions": [ + "code", + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "markdown-template", + "projectOwner": "asyncapi", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index c94abc46d..97111c162 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Markdown template for the AsyncAPI Generator + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ## Usage @@ -17,4 +20,22 @@ npm install -g @asyncapi/generator 1. Make sure you have the latest generator installed `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 dev`. -1. Check generated markdown file located in `./test/output/asyncapi.md`. \ No newline at end of file +1. Check generated markdown file located in `./test/output/asyncapi.md`. +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Ilya Buzlov 💻 🐛 |
+