Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlinking completion scripts when package is uninstalled #2

Open
ronkot opened this issue Nov 16, 2016 · 0 comments
Open

Unlinking completion scripts when package is uninstalled #2

ronkot opened this issue Nov 16, 2016 · 0 comments

Comments

@ronkot
Copy link

ronkot commented Nov 16, 2016

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant