Project

bumpit

0.0
No release in over 3 years
Automatically bump dependencies in multiple package managers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.6
~> 2.10
 Project Readme

Bumpit

Automatically bump dependencies in multiple package managers, with current support for:

Usage

Running the command will detect package managers for the current directory and bump the dependencies for them.

$ bumpit

Options

$ bumpit --help

USAGE
  $ bumpit [options]

OPTIONS
  -c, --commit       Output a commit message.
  -h, --help         Prints this help message.
  -p, --pristine     Don't bump if not in a clean state.
  --verify [COMMAND} Run a command to verify changes.

EXAMPLES
  $ bumpit --commit --pristine --verify="bundle exec rake && yarn test"

License

bumpit uses the MIT license. See LICENSE for more details.