diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d2d513f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "wbeuil", + "name": "William BEUIL", + "avatar_url": "https://avatars.githubusercontent.com/u/8110579?v=4", + "profile": "http://wbeuil.com", + "contributions": [ + "ideas", + "code", + "doc", + "maintenance", + "review" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "dctlenv", + "projectOwner": "wbeuil", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 47a83b2..7e3b2e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # dctlenv + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Version manager for [driftctl](https://github.com/cloudskiff/driftctl) inspired by [tfenv](https://github.com/tfutils/tfenv). @@ -214,3 +217,23 @@ You can configure how `dctlenv` operates with the following settings: | `DCTLENV_ROOT` | | Defines the directory under which dctlenv resides
Current value shown by `dctlenv root` | | `DCTLENV_ARCH` | `amd64` | Architecture other than the default amd64 can be specified | | `DCTLENV_DEBUG` | `0` | Outputs debug information | + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

William BEUIL

🤔 💻 📖 🚧 👀
+ + + + + + +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