{"id":25832734,"url":"https://github.com/josephdavis/typst-starter","last_synced_at":"2025-08-31T16:42:41.732Z","repository":{"id":278034584,"uuid":"820632181","full_name":"JosephDavis/typst-starter","owner":"JosephDavis","description":"Quick and minimal starter repo for Typst.","archived":false,"fork":false,"pushed_at":"2025-02-17T16:04:07.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T17:24:49.916Z","etag":null,"topics":["typst"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/JosephDavis.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-06-26T21:36:12.000Z","updated_at":"2025-02-17T16:04:10.000Z","dependencies_parsed_at":"2025-02-17T17:24:54.761Z","dependency_job_id":"172feb7a-b2fe-42d0-84d5-95f7d45dc57b","html_url":"https://github.com/JosephDavis/typst-starter","commit_stats":null,"previous_names":["josephdavis/typst-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephDavis%2Ftypst-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephDavis%2Ftypst-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephDavis%2Ftypst-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephDavis%2Ftypst-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JosephDavis","download_url":"https://codeload.github.com/JosephDavis/typst-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241245555,"owners_count":19933296,"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":["typst"],"created_at":"2025-02-28T21:40:36.836Z","updated_at":"2025-08-31T16:42:41.724Z","avatar_url":"https://github.com/JosephDavis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typst Starter\n\n## Local Setup\n\n### Rust and Typst Installation\n\n1. [Install Rust](https://www.rust-lang.org/tools/install)\n    - `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`\n        - Downloads and runs the Rust installation script.\n2. `cargo install --locked typst-cli`\n    - Installs the Typst command-line tool using Cargo (Rust's package manager).\n3. `typst --version`\n\n\n### `compile.sh`\n\nThis script automates the compilation of Typst documents within your project. It offers two modes of operation:\n\n**Usage:**\n\n1. **Compile All Documents:** This command will recursively search the `docs/` directory for all `.typ` files and compile them into corresponding PDFs in the `out/` directory.  The output directory structure will mirror the `docs/` directory.\n\n```bash\n./compile.sh\n```\n\n2. **Compile a Single Document:** Provide the path to a specific `.typ` file you want to compile. The script will generate the PDF in the `out/` directory, maintaining the relative path.\n\n```bash\n./compile.sh \u003cpath/to/file.typ\u003e\n```\n\n**Example:**\n```bash\n./compile.sh docs/papers/my_paper.typ\n```\nThis would compile `my_paper.typ` and place the resulting PDF at `out/papers/my_paper.pdf`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephdavis%2Ftypst-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephdavis%2Ftypst-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephdavis%2Ftypst-starter/lists"}