lukechilds/zsh-better-npm-completion

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

agirorn opened this issue ยท 4 comments

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

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 ๐Ÿ‘Œ

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

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

๐Ÿ˜‚ thanks