Skip to content

Unlinking completion scripts when package is uninstalled #2

@ronkot

Description

@ronkot

It would be great if this package also offered unlink functionality so that one could easily do clean up on npm uninstall phase. That would look for example like:

{
  "scripts": {
    "postinstall": "install-completion bash myBashCompletion && install-completion zsh myZshCompletion",
    "postuninstall": "uninstall-completion bash myBashCompletion && uninstall-completion zsh myZshCompletion"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions