-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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