(#11) Update README

Closes #11
This commit is contained in:
C. Augusto Proiete 2021-05-15 23:12:18 -03:00
parent bee4a7f344
commit b918cb3b62
No known key found for this signature in database
GPG key ID: 52725804822D94CD

View file

@ -2,6 +2,10 @@
[Cake](http://cakebuild.net/) aliases (methods) to help with consuming arguments and environment variables. [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 ## Getting Started
Just reference the Cake.ArgumentHelpers NuGet package directly in your build script via a Cake addin directive. 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 ```csharp
var someVariableValue = ArgumentOrEnvironmentVariable("SomeSetting", "SomeProject_", "SomeFallbackValue"); 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)._