Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jincod/pickandroll
Keep environment specific attributes in separate configuration files and build desired config on demand
https://github.com/jincod/pickandroll
Last synced: about 6 hours ago
JSON representation
Keep environment specific attributes in separate configuration files and build desired config on demand
- Host: GitHub
- URL: https://github.com/jincod/pickandroll
- Owner: jincod
- License: mit
- Created: 2018-04-13T14:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T08:56:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-31T12:36:59.214Z (3 months ago)
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake.PickAndRoll
[![Build status](https://ci.appveyor.com/api/projects/status/o67rl97q9282im8c?svg=true)](https://ci.appveyor.com/project/jincod/pickandroll)
[![NuGet](https://img.shields.io/nuget/v/cake.pickandroll.svg)](https://www.nuget.org/packages/Cake.PickAndRoll)Cake Addin for working with PickAndRoll
## Usage
```csharp
#addin nuget:?package=Cake.PickAndRoll&version=1.2.4&loaddependencies=trueTask("Default")
.Does(() => {
PickAndRoll();
});
```