Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cake-contrib/cake.gulp
A set of aliases for Cake to help with running Gulp scripts as part of a build
https://github.com/cake-contrib/cake.gulp
cake-addin cake-build gulp hacktoberfest
Last synced: about 2 months ago
JSON representation
A set of aliases for Cake to help with running Gulp scripts as part of a build
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.gulp
- Owner: cake-contrib
- License: mit
- Created: 2016-02-28T18:09:58.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-16T19:39:25.000Z (over 2 years ago)
- Last Synced: 2024-12-03T23:45:12.153Z (2 months ago)
- Topics: cake-addin, cake-build, gulp, hacktoberfest
- Language: C#
- Homepage:
- Size: 1.66 MB
- Stars: 8
- Watchers: 7
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake.Gulp
Cake.Gulp is a set of aliases for Cake to help with running Gulp scripts as part of a build.
[![License](http://img.shields.io/:license-mit-blue.svg)](http://cake-contrib.mit-license.org)
## Information
| | Stable | Pre-release |
|---|---|---|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.Gulp.svg)](https://github.com/cake-contrib/Cake.Gulp/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.Gulp.svg)](https://www.nuget.org/packages/Cake.Gulp)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.Gulp.svg)](https://www.nuget.org/packages/Cake.Gulp)|## Build Status
|Develop|Master|
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/0tbbj0v683qf39oo/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-gulp/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/0tbbj0v683qf39oo/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-gulp/branch/master)|## Code Coverage
[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.Gulp/badge.svg?branch=develop)](https://coveralls.io/github/cake-contrib/Cake.Gulp?branch=develop)
## Quick Links
- [Documentation](https://cake-contrib.github.io/Cake.Gulp)
## Discussion
If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the `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)
## Build
To build this package we are using Cake.
On Windows PowerShell run:
```powershell
./build
```