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 dockerUse this script to download the latest release of Cicada:
curl -fSsL https://raw.githubusercontent.com/cicadahq/release/main/download.sh | shGo to the project you want to make a pipeline for and run:
cicada init <pipeline-name>cicada run .cicada/<pipeline-name>.tsInstall the Deno extension for VSCode:
code --install-extension denoland.vscode-denoAdd the following to your .vscode/settings.json
{
"deno.enable": true,
"deno.enablePaths": [".cicada"]
}