packer_plugin_updater

Crates.iopacker_plugin_updater
lib.rspacker_plugin_updater
version0.1.2
sourcesrc
created_at2023-05-04 13:22:57.180572
updated_at2023-05-04 20:26:20.139967
descriptionA tool to update packer plugins
homepage
repositoryhttps://github.com/napisani/packer-plugin-updater
max_upload_size
id856717
size58,743
(napisani)

documentation

README

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
Commit count: 13

cargo fmt