{"id":13990614,"url":"https://github.com/cicadahq/cicada","last_synced_at":"2025-07-22T13:30:30.502Z","repository":{"id":148309499,"uuid":"620012406","full_name":"cicadahq/cicada","owner":"cicadahq","description":"Write CI/CD pipelines using TypeScript","archived":true,"fork":false,"pushed_at":"2023-09-27T17:30:35.000Z","size":471,"stargazers_count":323,"open_issues_count":21,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-24T12:26:51.932Z","etag":null,"topics":["buildkit","ci-cd","deno","pipeline","rust","typescript"],"latest_commit_sha":null,"homepage":"https://cicada.build","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cicadahq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-27T21:21:02.000Z","updated_at":"2024-03-07T05:39:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"507c3453-6faa-4ee1-bb9a-c4b9c7f53301","html_url":"https://github.com/cicadahq/cicada","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicadahq%2Fcicada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicadahq%2Fcicada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicadahq%2Fcicada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicadahq%2Fcicada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cicadahq","download_url":"https://codeload.github.com/cicadahq/cicada/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214668598,"owners_count":15767199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildkit","ci-cd","deno","pipeline","rust","typescript"],"created_at":"2024-08-09T13:03:00.161Z","updated_at":"2024-08-09T13:10:59.196Z","avatar_url":"https://github.com/cicadahq.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003e [!IMPORTANT]\n\u003e Cicada is archived and will no longer be maintained. Thank you for your contributions and support.\n\n# Cicada\n\n\u003e **[Cicada](https://cicada.build)**: Write CI/CD pipelines in TypeScript, test\n\u003e them locally\n\n## Quickstart\n\nTest a pipeline on your local device in \u003c 2 minutes\n\n```bash\n# Install Cicada\nnpm install -g @cicadahq/cicada \n\n# Set up Cicada in a project\ncd path/to/my/project\ncicada init\n\n# Test your pipeline locally\ncicada run \u003cmy-pipeline\u003e\n```\n\nDeploy your pipeline to our cloud so it runs on every PR/commit:\n\n1. Sign up at [cicada.build/dashboard](https://cicada.build/dashboard)\n2. Link your repository using our GitHub integration\n3. Push your pipeline to GitHub\n\n## Example\n\n```typescript\nimport { Job, Pipeline } from \"https://deno.land/x/cicada/mod.ts\";\n\nconst job = new Job({\n  name: \"My First Job\",\n  image: \"ubuntu:22.04\",\n  steps: [\n    {\n      name: \"Run bash\",\n      run: \"echo hello from bash!\",\n    },\n    {\n      name: \"Run deno/typescript\",\n      run: () =\u003e {\n        console.log(\"Hello from deno typescript\");\n      },\n    },\n  ],\n});\n\nexport default new Pipeline([job]);\n```\n\n## Terminology\n\n- **Pipeline**: Pipelines are TypeScript files like `build.ts`, `deploy.ts`, or\n  `run_tests.ts`. They are checked into your repository and run when triggered\n  by an event in your repository, or when triggered manually, or at a defined\n  schedule. A pipeline takes one parameter: an array of jobs.\n- **Jobs**: A job is a lightweight container that executes code. It takes one\n  parameter: an array of steps.\n- **Steps**: A step is either a shell script or Deno/TypeScript script that\n  executes in its parent job’s container\n\n## 3rd party modules\n\nCheck out [cicadahq/modules](https://github.com/cicadahq/modules)\n\n## Support\n\n👉 **Docs**: [cicada.build/docs](https://cicada.build/docs)\n\n👉 **Typescript API**: [deno.land/x/cicada](https://deno.land/x/cicada/mod.ts)\n\n👉 **Discord**: [cicada.build/discord](https://discord.gg/g2PRPm4u4Y)\n\n## Enterprise\n\nNeed self-hosted runners, advanced security and compliance, custom integrations,\nor something else? We can help!\n\nPlease email [brendan@fig.io](mailto:brendan@fig.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcicadahq%2Fcicada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcicadahq%2Fcicada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcicadahq%2Fcicada/lists"}