diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..d19459f3c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "oxr463", + "name": "Lucas Ramage", + "avatar_url": "https://avatars1.githubusercontent.com/u/43783393?v=4", + "profile": "https://lramage.gitlab.io", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "nodegui", + "projectOwner": "nodegui", + "repoType": "github", + "repoHost": "https://github.com" +} diff --git a/README.md b/README.md index ace5a7e77..cbd4ad5b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # NodeGUI +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀 @@ -71,3 +72,19 @@ MIT > Since we do not in any way modify the code of Qt and only link to it dynamically, I believe we are in compliance with the LGPL license requirements of QT. And hence this library can be licensed under its own License (for which we have chosen MIT License). > The links to QT source code and appropriate license notices are attached. We try our best to abide by the software licenses and any non compliance is not by will. If there is some discrepancy please let us know in the issues and we will try and fix it up. > If you follow the recommended build steps and do not statically link QT libraries on your own you are safe to use this library for commerical purposes (provided you abide by MIT License). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Lucas Ramage
Lucas Ramage

📖
+ + + +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