Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wk-j/vscode-cake-runner

Unofficial cake runner https://marketplace.visualstudio.com/items?itemName=wk-j.cake-runner
https://github.com/wk-j/vscode-cake-runner

cake extension vscode vscode-extension

Last synced: 18 days ago
JSON representation

Unofficial cake runner https://marketplace.visualstudio.com/items?itemName=wk-j.cake-runner

Awesome Lists containing this project

README

        

## Cake Runner

Execute Cake task in Visual Studio Code.

[![Version](https://vsmarketplacebadge.apphb.com/version/wk-j.cake-runner.svg)](https://marketplace.visualstudio.com/items?itemName=wk-j.cake-runner) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/wk-j.cake-runner.svg)](https://marketplace.visualstudio.com/items?itemName=wk-j.cake-runner)

Warning: This is unofficial extension please check [cake-vscode](https://marketplace.visualstudio.com/items?itemName=cake-build.cake-vscode) extension that provide more functionality.

![](https://github.com/wk-j/vscode-cake-runner/raw/master/images/runner.png)

## Support

- [x] macOS
- [x] Windows

## Requirement

1. `build.cake`

2. Cake CLI or Cake bootstraper

How to install Cake CLI

- `brew install cake` for macOS
- `choco install cake.portable` for Windows

How to install Cake bootstrapper
- Use [official cake extension](https://marketplace.visualstudio.com/items?itemName=cake-build.cake-vscode)

## Installation

- CMD + P
- ext install cake-runner

## Usage

- Open any file in Visual Studio Code
- Click **Cake** icon in Status Bar or ALT + CMD + T
- Select task name in Quick Pick Dialog.
- See output in Terminal.