From 5bfcdc4dbb5dfac4151839e959a5340ac2c0cd06 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Fri, 17 Jun 2022 14:27:53 +0000 Subject: [PATCH] docs: add @saadjutt01 as a contributor --- .all-contributorsrc | 25 +++++++++++++++++++++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..7112578 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "projectName": "@sasjs/server", + "projectOwner": "@sasjs", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [ + { + "login": "saadjutt01", + "name": "Saad Jutt", + "avatar_url": "https://avatars.githubusercontent.com/u/8914650?v=4", + "profile": "https://github.com/saadjutt01", + "contributions": [ + "code", + "test" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index a3a2024..4ae4b0d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # SASjs Server + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + SASjs Server provides a NodeJS wrapper for calling the SAS binary executable. It can be installed on an actual SAS server, or locally on your desktop. It provides: @@ -185,3 +188,23 @@ The following credentials can be used for the initial connection to SASjs/server - CLIENTID: `clientID1` - USERNAME: `secretuser` - PASSWORD: `secretpassword` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Saad Jutt

💻 ⚠️
+ + + + + + +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