ARCHIVED PLEASE SEE https://github.com/cicadahq/cicada
- Deno - Installation Guide
- Docker (at least version 23.0) - Installation Guide
brew install deno
brew install --cask docker
Use this script to download the latest release of Cicada:
curl -fSsL https://raw.githubusercontent.com/cicadahq/release/main/download.sh | sh
Go to the project you want to make a pipeline for and run:
cicada init <pipeline-name>
cicada run .cicada/<pipeline-name>.ts
Install the Deno extension for VSCode:
code --install-extension denoland.vscode-deno
Add the following to your .vscode/settings.json
{
"deno.enable": true,
"deno.enablePaths": [".cicada"]
}