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

[FEATURE REQUEST] Uninstall packages #18

Open
scoobster17 opened this issue Sep 7, 2021 · 1 comment
Open

[FEATURE REQUEST] Uninstall packages #18

scoobster17 opened this issue Sep 7, 2021 · 1 comment
Labels
Milestone

Comments

@scoobster17
Copy link

As far as I can see from the README it seems typac - an awesome tool I've just discovered - doesn't have the corresponding uninstall functionality.

In my experience, there are a few use cases for this:

  • sometimes in a mature project packages are uninstalled but their types are forgotten amongst a long list of dependencies.
  • you install a package by mistake, e.g. typo
  • you're experimenting / in get s*** done mode and installing many varieties of packages (all doing the same thing) just trying to get something to work, then you need to do tidy up.

A respective uninstall function would be desirable.

@ewgenius
Copy link
Owner

Thanks @scoobster17 for the feedback. I agree, uninstall command would be useful, but it will be a breaking change, requiring major version update:
Current usage is typac <...package names list>, and typac uninstall <...> or typac remove <...> will be non trivial (also because there is ). I can think about adding it as a flag --uninstall but I don't like that way.

I already have some thoughts about rewriting typac and publishing major 1.0.0 version, so I'll implement this feature request during rewrite.

@ewgenius ewgenius added this to the v1.0.0 milestone Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants