{"id":20513383,"url":"https://github.com/tricked-dev/diplo","last_synced_at":"2025-04-13T23:50:27.192Z","repository":{"id":57619562,"uuid":"415401762","full_name":"Tricked-dev/diplo","owner":"Tricked-dev","description":"A script runner for deno. 🚀🚀🚀","archived":false,"fork":false,"pushed_at":"2022-03-04T10:07:03.000Z","size":588,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:01:36.640Z","etag":null,"topics":["deno","denoland","package","package-manager","rust","rust-lang","script","script-runner"],"latest_commit_sha":null,"homepage":"https://diplo.ascella.wtf","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tricked-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-09T19:20:16.000Z","updated_at":"2024-05-27T13:00:00.000Z","dependencies_parsed_at":"2022-09-18T04:40:24.478Z","dependency_job_id":null,"html_url":"https://github.com/Tricked-dev/diplo","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdiplo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdiplo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdiplo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdiplo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tricked-dev","download_url":"https://codeload.github.com/Tricked-dev/diplo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799905,"owners_count":21163400,"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":["deno","denoland","package","package-manager","rust","rust-lang","script","script-runner"],"created_at":"2024-11-15T21:10:39.450Z","updated_at":"2025-04-13T23:50:27.169Z","avatar_url":"https://github.com/Tricked-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"http://diplo.ascella.wtf/\"\u003e\u003cimg src=\"assets/diplo.png\" alt=\"Markdownify\" width=\"200\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  Diplo\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA fast dependency manager and script runner for \u003ca href=\"https://deno.land/\" target=\"_blank\"\u003eDeno\u003c/a\u003e.\u003c/h4\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/tricked-dev/diplo/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/tricked-dev/diplo\" alt=\"GitHub issues\"\u003e\u003c/a\u003e\u003ca href=\"https://github.com/Tricked-dev/diplo/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/Tricked-dev/diplo\" alt=\"GitHub license\"\u003e\u003c/a\u003e\u003ca href=\"https://crates.io/crates/diplo/\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/diplo?label=crate%20downloads\" alt=\"Crates.io\"\u003e\u003c/a\u003e\u003ca href=\"https://github.com/Tricked-dev/diplo/releases/tag/v0.3.1\"\u003e\u003cimg src=\"https://img.shields.io/github/downloads/tricked-dev/diplo/total?label=github%20downloads\" alt=\"GitHub all releases\"\u003e\u003c/a\u003e\u003ca href=\"https://discord.gg/mY8zTARu4g\"\u003e\u003cimg src=\"https://img.shields.io/discord/748956745409232945?logo=discord\u0026\" alt=\"Discord\"\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://diplo.ascella.wtf/docs/getting-started/installing/\"\u003eInstalling\u003c/a\u003e •\n    \u003ca href=\"https://diplo.ascella.wtf/docs/getting-started/quick-start/\"\u003eUsage\u003c/a\u003e •\n    \u003ca href=\"https://diplo.ascella.wtf/docs/getting-started/features/\"\u003eFeatures\u003c/a\u003e \n\u003c/p\u003e\n\n## Key Features\n\n- Script running\n  - Diplo has simple and easy to use script running capabilities\n- Dependency management\n  - Diplo manages dependencies by defining them in the diplo.toml file\n- Dependency updating diplo can update all your dependencies using `diplo update`\n- import maps Diplo creates import maps from your dependencies\n\n## Screenshots\n\n| name                               | screenshot                      |\n| ---------------------------------- | ------------------------------- |\n| Diplo running with watch option on | ![](assets/run_start_watch.png) |\n| Diplo running without watch option | ![](assets/run_start.png)       |\n| Updating modules                   | ![](assets/update.png)          |\n| Adding modules                     | ![](assets/add.png)             |\n| Init                               | ![](assets/init.png)            |\n| Exec                               | ![](assets/exec.png)            |\n\n## Donating\n\n\u003cimg src=\"https://tricked.pro/crypto/monero-xmr-logo.png\" alt=\"\" height=\"15px\"\u003e`89prBkdG58KU15jv5LTbP3MgdJ2ikrcyu1vmdTKTGEVdhKRvbxgRN671jfFn3Uivk4Er1JXsc1xFZFbmFCGzVZNLPQeEwZc`\n\n\u003cimg src=\"https://tricked.pro/crypto/ethereum-eth-logo.png\" alt=\"\" height=\"15px\"\u003e`0xc31a1A5dCd1a4704e81fB7c9C3fa858b9A00C7fb`\n\n\u003cimg src=\"https://tricked.pro/crypto/bitcoin-cash-bch-logo.png\" alt=\"\" height=\"15px\"\u003e`qz9gyruyyvtwcmevtcnyru8gudenqjqeug096e459m`\n\n## License\n\nApache-2\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fdiplo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftricked-dev%2Fdiplo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fdiplo/lists"}