Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wk-j/vscode-cake-runner
- Owner: wk-j
- Created: 2016-10-08T19:31:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:28:14.000Z (about 2 years ago)
- Last Synced: 2023-03-01T12:37:38.520Z (almost 2 years ago)
- Topics: cake, extension, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 547 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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 WindowsHow 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.