ArchSetu
ArchSetu
ArchSetuToolsCI/CDCI/CD Pipeline Config Generator
Free tool

CI/CD Pipeline Config Generator

GitLab CI or CircleCI - pick your stages, runtime, and caching for a valid, ready-to-commit config.

Stages

stages:
  - build
  - test

image: node:20

cache:
  paths:
    - node_modules/

build:
  stage: build
  script:
    - npm install
    - npm run build

test:
  stage: test
  script:
    - npm test

Save this as .gitlab-ci.yml in your repo root.

Was this tool helpful?

See this same kind of analysis applied to your whole repository

Call graphs, dead code, blast radius, and a health score. Results in 60 seconds, free.

Analyze a repository

Runs entirely in your browser. Nothing is stored. Free forever.

Powered by ArchSetu