{"id":16378033,"url":"https://github.com/skytasul/fletchart","last_synced_at":"2026-02-13T09:03:16.387Z","repository":{"id":254448694,"uuid":"846501814","full_name":"SkytAsul/fletchart","owner":"SkytAsul","description":"A Typst package to automatically create flowcharts.","archived":false,"fork":false,"pushed_at":"2024-08-25T14:12:18.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T13:43:59.250Z","etag":null,"topics":["diagram","flowchart","logic","package","typst"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkytAsul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-23T10:49:08.000Z","updated_at":"2024-08-25T14:12:21.000Z","dependencies_parsed_at":"2024-08-24T19:03:41.852Z","dependency_job_id":null,"html_url":"https://github.com/SkytAsul/fletchart","commit_stats":null,"previous_names":["skytasul/fletchart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2Ffletchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2Ffletchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2Ffletchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2Ffletchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkytAsul","download_url":"https://codeload.github.com/SkytAsul/fletchart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002100,"owners_count":19732164,"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":["diagram","flowchart","logic","package","typst"],"created_at":"2024-10-11T03:44:28.680Z","updated_at":"2025-10-06T00:17:47.906Z","avatar_url":"https://github.com/SkytAsul.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fletchart\n`fletchart` (contraction of `fletcher` and `flowchart`) is a Typst package made to easily create flowcharts using the `fletcher` package.\n\n## How to use\nThere are two ways of creating flowcharts with `fletchart`:\n1. The \"declarative\" way, where you create every element and manually setup the links between them. To use it:\n    ```typst\n    #import \"src/lib.typ\" as fletchart\n    #import fletchart.declarative: fc-declarative\n    #import fletchart.elements: *\n\n    #fc-declarative({\n        // your elements here\n    })\n    ```\n1. The \"logical\" way, where you declare a logic structure with custom if-else blocks which will be automatically turned to a flowchart. To use it:\n    ```typst\n    #import \"src/lib.typ\" as fletchart\n    #import fletchart.logical: fc-logical, fc-if, fc-process, fc-begin, fc-end, fc-io, fc-predefined-process\n\n    #fc-logical({\n        // your logic here\n    })\n    ```\n\n## Examples\nYou can find examples in the [examples](examples) folder.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytasul%2Ffletchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskytasul%2Ffletchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytasul%2Ffletchart/lists"}