diff --git a/README.md b/README.md index aa2ac7e..e4aa66c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [Cake](http://cakebuild.net/) aliases (methods) to help with consuming arguments and environment variables. +## Give a Star! :star: + +If you like or are using this project please give it a star. Thanks! + ## Getting Started Just reference the Cake.ArgumentHelpers NuGet package directly in your build script via a Cake addin directive. @@ -51,3 +55,17 @@ Given a potential command line argument of `SomeSetting` that could also be set ```csharp var someVariableValue = ArgumentOrEnvironmentVariable("SomeSetting", "SomeProject_", "SomeFallbackValue"); ``` + +## Discussion + +For questions and to discuss ideas & feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q&A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category. + +[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions) + +## Release History + +Click on the [Releases](https://github.com/cake-contrib/Cake.ArgumentHelpers/releases) tab on GitHub. + +--- + +_Copyright © 2017-2021 Cake Contributors - Provided under the [MIT License](LICENSE)._