{"id":15958607,"url":"https://github.com/ducthienbui97/ddm","last_synced_at":"2026-04-24T16:34:26.129Z","repository":{"id":103734761,"uuid":"264836380","full_name":"ducthienbui97/ddm","owner":"ducthienbui97","description":"Deno dependencies manager","archived":false,"fork":false,"pushed_at":"2020-05-23T11:45:41.000Z","size":711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T10:49:55.953Z","etag":null,"topics":["deno","package-json","package-manager"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ducthienbui97.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":"2020-05-18T05:29:47.000Z","updated_at":"2020-05-23T11:45:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"96122598-7230-422b-9da2-b87577842faf","html_url":"https://github.com/ducthienbui97/ddm","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"a7da731f24192b3234b31b55ff8e751baefd0755"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ducthienbui97/ddm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducthienbui97%2Fddm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducthienbui97%2Fddm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducthienbui97%2Fddm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducthienbui97%2Fddm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ducthienbui97","download_url":"https://codeload.github.com/ducthienbui97/ddm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducthienbui97%2Fddm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32231016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","package-json","package-manager"],"created_at":"2024-10-07T14:05:31.654Z","updated_at":"2026-04-24T16:34:26.107Z","avatar_url":"https://github.com/ducthienbui97.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno dependencies manager - ddm\n\n[![GitLicense](https://gitlicense.com/badge/ducthienbui97/ddm)](https://gitlicense.com/license/ducthienbui97/ddm)\n[![GithubCI](https://github.com/ducthienbui97/ddm/workflows/CI/badge.svg)](https://github.com/ducthienbui97/ddm)\n[![Version](https://img.shields.io/badge/version-0.0.1-blue)](https://github.com/ducthienbui97/ddm/releases)\n\nManage your deno package with `ddm` and the good old `package.json` file.\n\n![demo](demo.gif)\n\n## Install\n\nLatest released version:\n\n```sh\ndeno install --allow-all -n ddm -f https://github.com/ducthienbui97/ddm/releases/download/v0.0.1/ddm.js\n```\n\nor master version:\n\n```\ndeno install --allow-all -n ddm -f  https://raw.githubusercontent.com/ducthienbui97/ddm/bundle/bundle/ddm.js\n```\n\n## Usage\n\n### Overview\n\n```sh\n  Description:\n  \n    Manage you project with package.json file.\n  \n  Options:\n  \n    -h, --help     [arg:boolean]  - Show this help.\n    -V, --version  [arg:boolean]  - Show the version number for this program.  \n  \n  Commands:\n  \n    help         [command:command]          - Show this help or the help of a sub-command.\n    completions                             - Generate shell completions for zsh and bash.\n    install      [names@version...:string]  - Install one or more package\n    run          [parameters...:string]     - Run 'deno run' command\n    cache        [parameters...:string]     - Run 'deno cache' command\n    bundle       [parameters...:string]     - Run 'deno bundle' command\n    test         [parameters...:string]     - Run 'deno test' command\n    build        [parameters...:string]     - Run 'build' script defined in package.json\n```\n\n### `ddm install`\n\n#### Without version:\n\n```sh\nddm install http\n```\n\n#### With version:\n\n```sh\nddm install http@v0.50.0\n```\n\n#### Multiple package:\n\n```sh\nddm install http log fmt\n```\n### `deno run/cache/bundle/test` scripts:\n\n```sh\nddm run/cache/bundle/test \u003cDeno OPTIONS\u003e\n```\n\n### `package.json` scripts:\n\npackage.json:\n\n```json\n{\n  \"scripts\": {\n    \"something\" : \"some script\",\n    \"presomething\": \"some prepare script\",\n    \"postsomething\": \"some cleanup script\"\n  }\n}\n```\nrun:\n\n```sh\nddm something\n```\nNOTE: scripts writen in `package.json` will override default commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducthienbui97%2Fddm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fducthienbui97%2Fddm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducthienbui97%2Fddm/lists"}