{"id":20495555,"url":"https://github.com/vincenthardouin/npm-bump","last_synced_at":"2025-04-13T17:43:56.817Z","repository":{"id":42049079,"uuid":"306849668","full_name":"VincentHardouin/npm-bump","owner":"VincentHardouin","description":"npm-bump is a Bash Script for bump npm version.","archived":false,"fork":false,"pushed_at":"2024-04-08T02:35:52.000Z","size":35,"stargazers_count":13,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T08:45:12.178Z","etag":null,"topics":["bumpversion","homebrew","npm","update"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VincentHardouin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-24T09:32:09.000Z","updated_at":"2023-12-07T08:06:27.000Z","dependencies_parsed_at":"2022-08-12T03:20:57.374Z","dependency_job_id":null,"html_url":"https://github.com/VincentHardouin/npm-bump","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VincentHardouin%2Fnpm-bump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VincentHardouin%2Fnpm-bump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VincentHardouin%2Fnpm-bump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VincentHardouin%2Fnpm-bump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VincentHardouin","download_url":"https://codeload.github.com/VincentHardouin/npm-bump/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248756650,"owners_count":21156802,"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":["bumpversion","homebrew","npm","update"],"created_at":"2024-11-15T17:46:25.714Z","updated_at":"2025-04-13T17:43:56.763Z","avatar_url":"https://github.com/VincentHardouin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NPM-BUMP \n\nnpm-bump is a Bash Script for bump npm version.\n\nIt exists because tasks of update packages are frequent and boring.\nThis script bump versions of packages that have no tests issues.\n\nhttps://user-images.githubusercontent.com/26384707/163569189-ea8f4706-76e4-4712-a87d-25d087410c10.mp4\n\n## Installation \n\n### With [Homebrew](https://brew.sh/)\nOn OS X, you can install npm-bump via [Homebrew](https://brew.sh/):\n```bash \nbrew tap vincenthardouin/npm-bump\nbrew install npm-bump\n```\n\n### With make\n\n```bash\nmake install\n```\n\n### Classic method\n1. Clone repository \n```bash\ngit clone git@github.com:VincentHardouin/npm-bump.git\n```\n\n2. Go in directory\n```bash\ncd npm-bump\n```\n\n3. Add permission\n```bash\nchmod 777 npm-bump\n```\n\n4. Create symlink\n```bash\nln -sf ${PWD}/npm-bump /usr/local/bin\n```\n\n## Usage \n\nOn directory who have `package.json` and `package-lock.json` \nRun : \n```bash\nnpm-bump\n```\nAnd wait :hourglass: with :coffee:\n\n### Optional arguments\n\n```bash\n  -h, --help                show this help message and exit\n  -c, --command             run custom command after npm install and rollback install when given command exit code is \u003e 0, not works with no-test option\n  -e, --exclude             exclude package name seprated by a comma (e.g -e lodash,mocha)\n  -m, --markdown            display updated packages in markdown table\n  -nt, --no-test            does not run test command when update package\n  -sbs, --step-by-step      test bump version step by step\"\n``` \n\n## Features \n- Script available globally \n- Verify outdated package \n- Use `npm install` instead of `npm update`\n- Try to install latest version of each package, or try step-by-step with `--step-by-step` option\n- Run `npm test` after each `npm install` to verify exit code or given custom command with `--command` option\n- Create bump commit for each package \n- Show updated packages and packages not updated at the end\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincenthardouin%2Fnpm-bump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincenthardouin%2Fnpm-bump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincenthardouin%2Fnpm-bump/lists"}