From 138dee5f34c9e94894337ca0998e91d4be3cee3c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 09:37:53 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 71564b2..99ec2f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # nbx + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + My own personal cli @@ -108,3 +111,22 @@ EXAMPLE _See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.4/src/commands/wall/index.ts)_ + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Nicolas Beaussart

💻 🤔 ⚠️
+ + + + + +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 From a2b2bc984909db0c8b593ad58943cb5692b52810 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 09:37:54 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..01ca082 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "beaussan", + "name": "Nicolas Beaussart", + "avatar_url": "https://avatars0.githubusercontent.com/u/7281023?v=4", + "profile": "https://github.com/beaussan", + "contributions": [ + "code", + "ideas", + "test" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "nbx", + "projectOwner": "beaussan", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}