All Projects → cake-contrib → Cake.Incubator

cake-contrib / Cake.Incubator

Licence: other
This project contains various experimental but useful extension methods and aliases for Cake

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Cake.Incubator

Cake
🍰 Cake (C# Make) is a cross platform build automation system.
Stars: ✭ 3,154 (+18452.94%)
Mutual labels:  build-tool, cake, cake-build
Cake.Xamarin
🍰 🧩 📱 Cake addin for building Xamarin apps
Stars: ✭ 22 (+29.41%)
Mutual labels:  cake, cake-build, cake-addin
Cake.Squirrel
Cake Addin to support Squirrel.Windows
Stars: ✭ 12 (-29.41%)
Mutual labels:  cake, cake-build, cake-addin
Cake.Electron.Net
A Cake AddIn that extends Cake with Electron.NET command tools.
Stars: ✭ 17 (+0%)
Mutual labels:  cake, cake-build
Cake.Npm
A set of aliases for Cake to help with running Npm (Node Package Manager) commands
Stars: ✭ 18 (+5.88%)
Mutual labels:  cake-build, cake-addin
Cake.Curl
🍰↕️ A cross-platform add-in for Cake that allows to transfer files to and from remote URLs using curl.
Stars: ✭ 17 (+0%)
Mutual labels:  cake, cake-build
Linker
🔗 A simple URL shortening website that serves as a nice demo application.
Stars: ✭ 21 (+23.53%)
Mutual labels:  cake-build
psh
PSH - PHP shell helper
Stars: ✭ 60 (+252.94%)
Mutual labels:  build-tool
shell-loader
A Webpack loader that runs an arbitrary script on matching files
Stars: ✭ 18 (+5.88%)
Mutual labels:  build-tool
construi
Use Docker to define your build environment.
Stars: ✭ 24 (+41.18%)
Mutual labels:  build-tool
fort depend.py
A python script to generate dependencies for Fortran projects
Stars: ✭ 35 (+105.88%)
Mutual labels:  build-tool
alfons
🚀 Task runner for Lua and MoonScript.
Stars: ✭ 17 (+0%)
Mutual labels:  build-tool
dockerized-cli
Containerized development environments using Docker
Stars: ✭ 55 (+223.53%)
Mutual labels:  build-tool
UnityBuildManager
Utility for running builds sequence & pushing them to markets & keeping changelog
Stars: ✭ 53 (+211.76%)
Mutual labels:  build-tool
cake
Cake is a powerful and flexible Make-like utility tool. Make Tasks Great Again!
Stars: ✭ 64 (+276.47%)
Mutual labels:  cake
gow
Missing watch mode for Go commands. Watch Go files and execute a command like "go run" or "go test"
Stars: ✭ 343 (+1917.65%)
Mutual labels:  build-tool
qb
Zero-configuration build system to very quickly build C/C++ projects.
Stars: ✭ 201 (+1082.35%)
Mutual labels:  build-tool
ycm
Extra CMake Modules for YARP and friends
Stars: ✭ 42 (+147.06%)
Mutual labels:  build-tool
angular-build-info
🛠 A CLI to generate an easily importable `build.ts` file containing various details about the application build
Stars: ✭ 25 (+47.06%)
Mutual labels:  build-tool
proguard-core
Library to read, write, analyze, and process java bytecode
Stars: ✭ 215 (+1164.71%)
Mutual labels:  build-tool

CakeBuild Cake.Incubator

Build status NuGet version

This project contains various experimental but useful extension methods and aliases for Cake that over time may become part of the core project

Usage: inside build.cake

This addin is designed to be used inside of cake scripts. To start using it, first you must add a cake preprocessor directive to your script as below.

// NB: always pin your version to avoid breaking changes in newer releases 
#addin "Cake.Incubator&version=x.x.x"
// or
#addin "nuget:?package=Cake.Incubator&version=x.x.x"

When the cake script is run, this will download the latest version of the Cake.Incubator nuget package and will now be available to use inside of the script.

Contributions

Feel free to submit your PR's with your handy aliases or extensions. The only requirement is that they do not introduce additional dependencies to the package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].