| Crates.io | packer_plugin_updater |
| lib.rs | packer_plugin_updater |
| version | 0.1.2 |
| created_at | 2023-05-04 13:22:57.180572+00 |
| updated_at | 2023-05-04 20:26:20.139967+00 |
| description | A tool to update packer plugins |
| homepage | |
| repository | https://github.com/napisani/packer-plugin-updater |
| max_upload_size | |
| id | 856717 |
| size | 58,743 |
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.
Pre-built binaries are available here for download: HERE
Use this command to build the binary from source:
cargo build --release