{"id":19675525,"url":"https://github.com/notnite/manifestation","last_synced_at":"2025-05-05T23:16:46.608Z","repository":{"id":260379730,"uuid":"881087942","full_name":"NotNite/manifestation","owner":"NotNite","description":"A command line tool for packaging GDWeave mods","archived":false,"fork":false,"pushed_at":"2024-11-14T20:53:04.000Z","size":82,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T23:16:33.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NotNite.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T22:21:20.000Z","updated_at":"2025-04-19T17:04:43.000Z","dependencies_parsed_at":"2024-10-31T02:16:25.969Z","dependency_job_id":"41643479-5a42-49bc-a6ec-1230790473d0","html_url":"https://github.com/NotNite/manifestation","commit_stats":null,"previous_names":["notnite/manifestation"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fmanifestation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fmanifestation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fmanifestation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fmanifestation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotNite","download_url":"https://codeload.github.com/NotNite/manifestation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252590636,"owners_count":21772941,"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":[],"created_at":"2024-11-11T17:24:37.504Z","updated_at":"2025-05-05T23:16:46.585Z","avatar_url":"https://github.com/NotNite.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# manifestation\n\nA command line tool for packaging GDWeave mods.\n\n## Installation\n\nWindows users can download from [the Releases tab](https://github.com/NotNite/manifestation/releases). Linux users can compile from source after installing Rust:\n\n```shell\ncargo install --git https://github.com/NotNite/manifestation.git\n```\n\n## Usage\n\nFirst, setup manifestation in the terminal by double clicking it or running it with no arguments. You will be asked to answer a few questions.\n\nMake a config file for your mod (canonically known as `manifestation.toml`):\n\n```toml\nid = \"ExampleMod\"\nname = \"Example Mod\"\ndescription = \"Example mod description\"\nversion = \"1.0.0\"\nhomepage = \"https://github.com/NotNite/manifestation\"\nauthor = \"You!\"\n\nicon = \"icon.png\"\nreadme = \"README.md\"\nchangelog = \"CHANGELOG.md\" # optional\n\n # optional\nextra_files = [\n  \"example_gdnative_lib.dll\",\n  \"LICENSE\"\n]\n\n# both are optional here, pick what you want\n[project]\ncsharp = \"./ExampleMod/ExampleMod.csproj\"\ngodot = \"./project/project.godot\"\n\n[[dependencies]]\nthunderstore_version = \"NotNet-GDWeave-2.0.12\"\n\n# example dependency\n[[dependencies]]\nid = \"Sulayre.Lure\"\nthunderstore_version = \"Sulayre-Lure-3.1.3\"\n```\n\nThen either drag the config file onto the executable or run it from the command line.\n\nManifestation has a few command line arguments:\n```shell\n-c, --copy                   Enable copying the mod to another dir. Defaults to your GDWeave/mods/ directory\n    --copy-path \u003cCOPY_PATH\u003e  Optional destination for manifestation to copy to\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fmanifestation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotnite%2Fmanifestation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fmanifestation/lists"}