3 releases
0.1.2 | May 4, 2023 |
---|---|
0.1.1 | May 4, 2023 |
0.1.0 | May 4, 2023 |
#16 in #updating
30 downloads per month
21KB
505 lines
What is packer_plugin_updater
packer_plugin_updater
is a CLI tool used for updating pinned packer/neovim plugins defined in a plugin.lua file.
packer_plugin_updater
uses a lua AST to parse the plugin.lua module into a list of defined plugins. Then, the tool will compare the pinned commit hash to
the latest commit hash in the remote git repository.
download pre-built binary
Pre-built binaries are available here for download: HERE
build
Use this command to build the binary from source:
cargo build --release
Dependencies
~19–31MB
~523K SLoC