{"id":19050516,"url":"https://github.com/blakek/opm","last_synced_at":"2026-06-19T08:01:44.716Z","repository":{"id":77618612,"uuid":"44150557","full_name":"blakek/opm","owner":"blakek","description":"Orchestrating Package Manager: A simple, consistent front-end to package managers to let you manage everything in one place","archived":false,"fork":false,"pushed_at":"2017-01-24T20:50:58.000Z","size":12,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T08:25:41.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/blakek.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":"2015-10-13T03:50:50.000Z","updated_at":"2015-10-13T04:17:04.000Z","dependencies_parsed_at":"2023-03-10T08:46:03.101Z","dependency_job_id":null,"html_url":"https://github.com/blakek/opm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/blakek/opm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fopm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fopm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fopm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fopm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakek","download_url":"https://codeload.github.com/blakek/opm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakek%2Fopm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34522042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-11-08T23:15:11.658Z","updated_at":"2026-06-19T08:01:44.691Z","avatar_url":"https://github.com/blakek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opm\n\nOrchestrating Package Manager: A simple, consistent front-end to package\nmanagers to let you manage everything in one place.\n\nIt is NOT a package manager, but simply \"orchestrates\" real package managers\nwith a few, easy-to-remember commands.\n\n*Note: A proper README is coming after a the API is more stable.*\n\n## Installation\n\nTo install from npm, run\n\n`npm install -g blakek/opm`\n\n## Usage\n\n`opm action args ...`\n\nWhere an **action** can be:\n\n  * `install` → install new packages\n  * `outdated` → lists outdated packages\n  * `upgrade` → upgrades existing packages\n\n## Adding functionality\n\nAgain, *much* better documentation is coming soon.\n\nTo add your own plugin (e.g. for a real package manager or something similar),\njust about everything is optional.  It is recommended you have:\n\n  - a function to install new packages\n  - a function to list outdated packages\n  - a function that can upgrade already installed packages\n\nMore information is coming soon, but the gist of it is:\n\n### Install and require() the opm module\n\n```javascript\nnpm install --save blakek/opm\n```\n\n```javascript\nvar opm = require('opm')\n```\n\n### Listen for pre-defined events\nFor example:\n\n```javascript\nopm.on('outdated', (cb) =\u003e {\n\t// List outdated packages\n}\n```\n\n### Give back opm the output to deal with\n```javascript\nopm.on('outdated', (cb) =\u003e {\n\t// Call cb() with an array of outdated package objects, for example:\n\tvar outdatedPackages = exec('fakeCommand update \u0026\u0026 fakeCommand outdated')\n\tcb(outdatedPackages)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakek%2Fopm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakek%2Fopm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakek%2Fopm/lists"}