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

feat: interactive package management #202

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gearonix
Copy link

@gearonix gearonix commented Feb 3, 2024

Description

This PR adds features such as:

ni -

# install the last 
# uninstalled package
nun -

# uninstall the last 
# installed package

This is useful in cases where we install a library
just to check if it works for us or not.

ni lodash # the library did not fit, so we decided to remove it
nun - # lodash removed
ni - # lodash installed again

Interactive uninstall

2024-02-03_10-52

Multiple dependencies:

2024-02-03_10-52_1

Interactive install with search in npmjs registry

2024-02-03_10-53
2024-02-03_11-21

You can click on one of the found packages (ctrl + click, terminal link) to quickly find github for the selected package, or it's npmjs.com. No more google searches like "some package npmjs" or "some package github". so yeah

@gearonix gearonix changed the title Interactive package management feat: interactive package management Feb 3, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant