{"id":13880784,"url":"https://github.com/Intevel/qpind","last_synced_at":"2025-07-16T17:31:07.268Z","repository":{"id":40697004,"uuid":"477293901","full_name":"Intevel/qpind","owner":"Intevel","description":"📦 Quick programmatically install npm dependencies","archived":true,"fork":false,"pushed_at":"2022-10-06T19:02:02.000Z","size":86,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T20:41:47.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Intevel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-03T09:28:47.000Z","updated_at":"2023-01-27T20:29:36.000Z","dependencies_parsed_at":"2023-01-19T14:03:17.668Z","dependency_job_id":null,"html_url":"https://github.com/Intevel/qpind","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Intevel/qpind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intevel%2Fqpind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intevel%2Fqpind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intevel%2Fqpind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intevel%2Fqpind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Intevel","download_url":"https://codeload.github.com/Intevel/qpind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intevel%2Fqpind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527545,"owners_count":23782480,"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-08-06T08:03:28.835Z","updated_at":"2025-07-16T17:31:06.990Z","avatar_url":"https://github.com/Intevel.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# qpind\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]\n[![License][license-src]][license-href]\n\nInstall dependecies quick \u0026 programmatically 📦\n\n\u003cp align=\"center\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctd align=\"center\"\u003e\n\u003cimg width=\"2000\" height=\"0\" /\u003e\u003cbr\u003e\n\u003ci\u003e⚠️ This project is archived ⚠️\u003c/b\u003e\u003cbr\u003e\n\u003csub\u003eUse \u003ca href=\"https://github.com/antfu/install-pkg\"\u003eantfu/install-pkg\u003c/a\u003e instead\u003c/sub\u003e\u003cbr\u003e\n\u003cimg width=\"2000\" height=\"0\" /\u003e\n\u003c/td\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\u003c/p\u003e\n\n## Install\n\n\n```sh\n# Using npm:\nnpm install qpind\n\n# Using yarn:\nyarn add qpind\n```\n\n\n## Usage\n\n### `installPackage(packages, fallbackToNpm?, packageManager?, cwd?)`\n\nInstall dependencies in your root directory, if no package manager is defined it will try to detect one of the following:\n- yarn\n- npm\n- pnpm\n\n```js\n// CommonJS\nconst { installPackage } = require(\"qpind\");\n\n// ESM\nimport { installPackage } from \"qpind\";\n\ninstallPackage(\"package-name\");\n```\n\n### `detectPackageManager(fallbackToNpm?, cwd?)`\n\nDetect the current Package Manager in the directory\n\n```js\nconst { detectPackageManager } = require(\"qpind\");\n\nvar packeManager = detectPackageManager();\n// -\u003e yarn || npm || pnpm\n```\n\n## License\n\nMIT - Made with ❤️ by Conner Luka Bachmann\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/qpind/latest.svg\n[npm-version-href]: https://npmjs.com/package/qpind\n[npm-downloads-src]: https://img.shields.io/npm/dt/qpind.svg\n[npm-downloads-href]: https://npmjs.com/package/qpind\n[github-actions-ci-src]: https://github.com/intevel/qpind/actions/workflows/ci.yml/badge.svg\n[github-actions-ci-href]: https://github.com/intevel/qpind/actions?query=workflow%3Aci\n[license-src]: https://img.shields.io/npm/l/qpind.svg\n[license-href]: https://npmjs.com/package/qpind\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntevel%2Fqpind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIntevel%2Fqpind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntevel%2Fqpind/lists"}