{"id":19077978,"url":"https://github.com/rfoel/install-latest","last_synced_at":"2025-04-30T04:41:13.865Z","repository":{"id":36960660,"uuid":"290351845","full_name":"rfoel/install-latest","owner":"rfoel","description":"Does what it says, install the latest dependencies your package.json.","archived":false,"fork":false,"pushed_at":"2023-03-06T08:57:23.000Z","size":377,"stargazers_count":3,"open_issues_count":7,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-30T12:41:26.365Z","etag":null,"topics":["dependencies","devdependencies","hacktoberfest","npm","optionaldependencies","peerdependencies","yarn"],"latest_commit_sha":null,"homepage":"","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/rfoel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-26T00:10:31.000Z","updated_at":"2023-05-18T00:07:01.000Z","dependencies_parsed_at":"2023-02-16T05:16:06.084Z","dependency_job_id":null,"html_url":"https://github.com/rfoel/install-latest","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfoel%2Finstall-latest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfoel%2Finstall-latest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfoel%2Finstall-latest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfoel%2Finstall-latest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfoel","download_url":"https://codeload.github.com/rfoel/install-latest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249333814,"owners_count":21252883,"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":["dependencies","devdependencies","hacktoberfest","npm","optionaldependencies","peerdependencies","yarn"],"created_at":"2024-11-09T02:04:31.572Z","updated_at":"2025-04-18T08:32:15.945Z","avatar_url":"https://github.com/rfoel.png","language":"JavaScript","readme":"# install-latest\n\n[![npm version](https://badge.fury.io/js/install-latest.svg)](https://www.npmjs.com/package/install-latest)\n[![GitHub license](https://img.shields.io/github/license/rfoel/install-latest.svg)](https://github.com/rfoel/install-latest/blob/master/LICENSE) ![GitHub stars](https://img.shields.io/github/stars/rfoel/install-latest?style=social)\n\nDoes what it says, install the latest dependencies your package.json.\n\nI know one's not supposed to just dump the latest packages on a project but I find it useful sometimes when I want to get a clean install and work with the latest updates.\n\n## Quick start\n\nIf none flag is passed, it will attempt to install all latest updates for all types of dependencies.\n\n```\nnpx install-latest\n```\n\nYou can also update only a specific type o dependency passing the following flags:\n\n### Update only production dependencies\n\n```\nnpx install-latest --prod\n```\n\n### Update only development dependencies\n\n```\nnpx install-latest --dev\n```\n\n### Update only optional dependencies\n\n```\nnpx install-latest --optional\n```\n\n### Update only peer dependencies\n\n```\nnpx install-latest --peer\n```\n\nIt is also possible to pass more than one flag at once like so:\n\n```\nnpx install-latest --prod --dev\n```\n\n### Interactively select the dependency types you want to update\n\n```\nnpx install-latest --interactive\n```\n\n## Usage\n\n```\nUsage: index [options]\n\nDoes what it says, install latest dependencies from your package.json\n\nOptions:\n  -V, --version      output the version number\n  --prod             update only production dependencies\n  --dev              update only development dependencies\n  --optional         update only optional dependencies\n  --peer             update only peer dependencies\n  -i, --interactive  interactively select the dependency types you want\n                     to update\n  -h, --help         display help for command\n```\n\n## Contributing\n\nIssues and pull requests are welcome.\n\n## License\n\n[MIT](https://github.com/rfoell/install-latest/blob/master/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfoel%2Finstall-latest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfoel%2Finstall-latest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfoel%2Finstall-latest/lists"}