UNPKG

@webwriter/flowchart

Version:

Create programming flowcharts with interactive tasks. Use standardized Elements such as loops and Branchings.

16 lines (15 loc) 330 B
stages: - deploy deploy: stage: deploy image: node:latest environment: name: pap-widget url: https://flowchart-lu.netlify.app only: - main script: - npm i # your build command - npm run build - npx netlify-cli deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_AUTH_TOKEN --prod