This directory contains a command-line tool useful for updating existing contrib libraries, migrating new ones, and performing common administrative tasks.
Please see the contrib-updater documentation to learn about the commands available in the CLI tool and how to manage related assets like templates.
The Nix shell provides all necessary dependencies and hooks for installing dependencies and building the tool. Start by entering the shell:
nix-shell
You can now use contrib-updater
to run the tool:
contrib-updater --help
You can see usage information by passing the --help
flag to contrib-updater
(or to one of its subcommands):
contrib-updater --help
The contrib-updater documentation describes the commands available in the CLI tool and how to manage related assets like templates.