From 41c6636d2dd529b22b1345580cb263ee1a5f13ae Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 22:14:18 -0400 Subject: [PATCH] docs: add krshnpatel as a contributor for infra, and code (#31) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: update readme --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: github-actions --- .all-contributorsrc | 27 +++++++++++++++++++++++++++ README.md | 22 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8f9ab1c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "krshnpatel", + "name": "Krishan Patel", + "avatar_url": "https://avatars.githubusercontent.com/u/16576817?v=4", + "profile": "https://github.com/krshnpatel", + "contributions": [ + "infra", + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "rungex", + "projectOwner": "krshnpatel" +} diff --git a/README.md b/README.md index 764230b..b94ede8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # yarn-plugin-rungex +[![All Contributors](https://img.shields.io/github/all-contributors/krshnpatel/rungex?color=ee8449&style=flat-square)](#contributors) + [![Release](https://github.com/krshnpatel/rungex/actions/workflows/release.yml/badge.svg)](https://github.com/krshnpatel/rungex/actions/workflows/release.yml) A Yarn Berry plugin that can be used to run multiple package.json scripts with Regex. @@ -95,3 +97,23 @@ yarn rungex "build" --ci --parallel ```sh yarn plugin remove @yarnpkg/plugin-rungex ``` + +## Contributors ✨ + + + + + + + + + + +
Krishan Patel
Krishan Patel

🚇 💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!