Skip to content

Latest commit

History

History
29 lines (23 loc) 路 1.14 KB

example-plugin-manifests.md

File metadata and controls

29 lines (23 loc) 路 1.14 KB
title slug weight
Example plugin manifests
example-manifests
200

Learning how to [write plugin manifests]({{< ref "plugin-manifest.md" >}}) can be a time-consuming task.

The Krew team encourages you to copy and adapt plugin manifests of existing plugins. Since these are already reviewed and approved, your plugin is likely to be accepted more quickly.

  • Go:

    • tree: supports Windows/Linux/macOS, per-OS builds, extracts all files from the archive
    • sort-manifests: Linux/macOS only, extracting specific files
  • Bash:

    • ctx: Linux/macOS only, downloads GitHub tag tarball, extracts using wildcards
  • Rust:

    • view-allocations: Linux/macOS only, implicitly extracts all files from the archive