lukechilds / zsh-better-npm-completion

Better completion for npm
MIT License
464 stars 35 forks source link

Feature request: Autocomplete directories in "npm install ../" #5

Open agirorn opened 7 years ago

agirorn commented 7 years ago

Feature request: Autocompleting directories when trying to install node modules from files system and not the registry.

This can be very handy when developing modules and you want to test them in some other project and want to install them from another directory and test them before publishing or making a pull request.

npm install ../guard
npm install ~/code/guard
lukechilds commented 7 years ago

Wow, I actually had no idea you could pass npm install a file path!

This is a good suggestion, I'll give it a bash 👌

vegerot commented 4 years ago

@lukechilds I'd rather you give it a zsh!

ammmze commented 4 years ago

FYI ... I got this working in #16 ;)

vegerot commented 4 years ago

😂 thanks