https://github.com/phillipsj/cake.netlify
Cake Addin for working with Netlify
https://github.com/phillipsj/cake.netlify
cake cake-addin cake-build netlify
Last synced: about 1 month ago
JSON representation
Cake Addin for working with Netlify
- Host: GitHub
- URL: https://github.com/phillipsj/cake.netlify
- Owner: phillipsj
- License: apache-2.0
- Created: 2017-01-18T01:03:27.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T02:33:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T00:03:09.218Z (about 1 month ago)
- Topics: cake, cake-addin, cake-build, netlify
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake.Netlify
Cake Addin for working with Netlify-CLI. It requires that that Node and the Netlify-CLI npm package be installed on the build server.
[](https://github.com/phillipsj/Cake.Netlify/blob/master/LICENSE)
## Information
| | Stable | Pre-release |
|---|---|---|
|GitHub Release|-|[](https://github.com/phillipsj/Cake.CsvHelper/releases/latest)|
|NuGet|[](https://www.nuget.org/packages/Cake.Netlify)|[](https://www.nuget.org/packages/Cake.Netlify)|
|MyGet|[![MyGet]](https://www.myget.org/BuildSource/Badge/beta-cake-addins?identifier=3b80850f-4b4f-480a-88bb-b0095d4d0a76)]## Build Status
|Develop|Master|
|:--:|:--:|
|[](https://ci.appveyor.com/project/phillipsj/cake-netlify/branch/develop)|[](https://ci.appveyor.com/project/phillipsj/cake-netlify/branch/master)|## Code Coverage
[](https://coveralls.io/github/phillipsj/Cake.Netlify?branch=develop)
## Chat Room
Come join in the conversation about Cake.CsvHelper in our Gitter Chat Room
[](https://gitter.im/cake-contrib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Support
If you would like to support this project, there are several opportunities. Pull Requests, bug reports, documentation, promotion, and encouragement are all great ways. If you would like to contribute monetarily, you can [Buy Me a Coffee](https://www.buymeacoffee.com/aQPnJ73O8).
## Build
To build this package we are using Cake.
On Windows PowerShell run:
```powershell
./build
```