#packages

macro miho_derive

Repository management tools

46 stable releases

5.2.0 Jul 30, 2024
5.0.11 Jun 26, 2024
5.0.0 Mar 30, 2024
4.3.2 Mar 22, 2024
3.7.21 Jan 19, 2024

#106 in #packages

Download history 27/week @ 2024-07-18 341/week @ 2024-07-25 73/week @ 2024-08-01 61/week @ 2024-09-12 19/week @ 2024-09-19 4/week @ 2024-09-26 1/week @ 2024-10-03

3,216 downloads per month

MIT license

7KB
67 lines

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.
--dry-run -d Show what would be bumped.
--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.
--dry-run -d Show what would be updated.
--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

~245–700KB
~17K SLoC