{"id":30626898,"url":"https://github.com/glow-project/ppm","last_synced_at":"2025-10-24T10:02:33.584Z","repository":{"id":38243726,"uuid":"404379866","full_name":"Glow-Project/ppm","owner":"Glow-Project","description":"Easily install and manage Godot-plugins from GitHub using the command line","archived":false,"fork":false,"pushed_at":"2023-09-20T13:48:07.000Z","size":130,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T19:03:04.977Z","etag":null,"topics":["cli","godot","golang","package-manager"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Glow-Project.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":"2021-09-08T14:30:41.000Z","updated_at":"2024-03-21T10:45:45.000Z","dependencies_parsed_at":"2024-06-20T05:59:47.423Z","dependency_job_id":null,"html_url":"https://github.com/Glow-Project/ppm","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Glow-Project/ppm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glow-Project%2Fppm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glow-Project%2Fppm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glow-Project%2Fppm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glow-Project%2Fppm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Glow-Project","download_url":"https://codeload.github.com/Glow-Project/ppm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glow-Project%2Fppm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272892512,"owners_count":25010795,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","godot","golang","package-manager"],"created_at":"2025-08-30T19:02:59.659Z","updated_at":"2025-10-24T10:02:28.526Z","avatar_url":"https://github.com/Glow-Project.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./logo.png\" alt=\"\u003eppm\"\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/Glow-Project/ppm\" alt=\"badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/Glow-Project/ppm\" alt=\"badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/Glow-Project/ppm/ci.yml?branch=main\u0026label=ci\" alt=\"badge\"\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n**Pour Package Manager**\n\nEasily install and manage Godot-plugins from GitHub and the Godot Asset Library using the command line\n\n[![asciicast](https://asciinema.org/a/D0cRCFOtekhWOmeC8TxUcpJXo.svg)](https://asciinema.org/a/D0cRCFOtekhWOmeC8TxUcpJXo)\n\n## Commands\n\n### Initialize\n\nInitialize a `ppm.json` file\n\n```bash\n$ ppm init\n```\n\n### Install\n\nEither declare a plugin to install or install all plugins that are declared in the `ppm.json` file\n\n#### Install plugin from GitHub\n\n```bash\n$ ppm install \u003cuser\u003e/\u003crepository\u003e\n```\n\nYou can also install a certain version/tag of the plugin\n\n```bash\n$ ppm install \u003cuser\u003e/\u003crepository\u003e@\u003cversion\u003e\n```\n\nWhen not defining a version, ppm always chooses the default branch\n\n#### Install plugin from the Godot asset library\n\n```bash\n$ ppm install \u003cplugin\u003e\n```\n\n### Update\n\nUpdate all your plugins\n\n```bash\n$ ppm update\n```\n\n### Uninstall\n\nUninstall a dependency\n\n```bash\n$ ppm uninstall \u003cplugin\u003e\n```\n\n### More\n\nFor further information and commands use\n\n```bash\n$ ppm -h\n```\n\n## Installation\n\n### Main way\n\nDownload the binary from the [**release page**](https://github.com/Glow-Project/ppm/releases)\n\n### Installation from Source\n\n```bash\n$ git clone https://github.com/Glow-Project/ppm\n\n$ go install\n```\n\n### Migration to newer versions\n\nTo migrate your ppm project from an older to a newer version you can simply run:\n\n```sh\n$ ppm tidy\n```\n\n## Create ppm-compatible plugins\n\n1. (optional) Create a new project in Godot and create a directory with the name of your plugin inside the `addons` directory\n1. Create the plugin (`plugin.cfg`, `plugin.gd`, ...)\n1. (optional) run `ppm init` inside of the directory of your plugin\n1. publish your plugin (e.g. `/home/GodotProject/addons/my-plugin`) to GitHub as a public repository\n1. Now you can install your plugin via `ppm install \u003cyour-username\u003e/\u003cyour-repository-name\u003e`\n\n#### References\n\n- [Glow-Project/ppm-ui](https://github.com/Glow-Project/ppm-ui)\n- [Glow-Project/SettingsManager](https://github.com/Glow-Project/SettingsManager)\n- [Glow-Project/DialogueSystem](https://github.com/Glow-Project/DialogueSystem)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglow-project%2Fppm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglow-project%2Fppm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglow-project%2Fppm/lists"}