parent
bee4a7f344
commit
b918cb3b62
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -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)._
|
||||||
|
|
Loading…
Add table
Reference in a new issue