From b918cb3b62b0dbd664c8500991f7ac4b5ec89785 Mon Sep 17 00:00:00 2001 From: "C. Augusto Proiete" Date: Sat, 15 May 2021 23:12:18 -0300 Subject: [PATCH] (#11) Update README Closes #11 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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)._