63 stable releases

5.1.1 Jul 16, 2024
5.0.11 Jun 26, 2024
5.0.0 Mar 30, 2024
4.3.2 Mar 22, 2024
3.3.3 Dec 31, 2023

#78 in Development tools

Download history 394/week @ 2024-03-31 41/week @ 2024-04-07 1/week @ 2024-04-14 223/week @ 2024-04-28 437/week @ 2024-05-05 15/week @ 2024-05-12 17/week @ 2024-05-19 151/week @ 2024-06-02 96/week @ 2024-06-09 296/week @ 2024-06-16 162/week @ 2024-06-23 158/week @ 2024-06-30 17/week @ 2024-07-07 133/week @ 2024-07-14

508 downloads per month

MIT license

63KB
2K SLoC

Miho

Easily bump your packages and update your dependencies.

cargo install miho

Commands

Bump

miho bump [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--build none Build metadata.
--commit-message -m Message of the commit.
--no-ask -k Do not ask for consent before bumping.
--no-commit -t Do not commit the modified files.
--no-push none Do not push the commit.
--no-verify -n Bypass pre-commit and commit-msg hooks.
--package -P Packages to bump.
--path -p Where to search for packages.
--pre none Prerelease identifier, e.g. 1.0.0-beta.1.

Update

miho update [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--commit-message -m Message of the commit.
--dependency -D Dependencies to update.
--global -g Update global dependencies.
--no-ask -k Do not ask for consent before updating.
--no-commit -t Do not commit the modified files.
--no-push none Do not push the commit.
--no-verify -n Bypass pre-commit and commit-msg hooks.
--package -P Packages to update.
--path -p Where to search for packages.
--peer none Whether to only update peer dependencies.

License

MIT

Dependencies

~23–38MB
~593K SLoC