npm-completion icon indicating copy to clipboard operation
npm-completion copied to clipboard

A @npm tab completion for @PowerShell.

Results 2 npm-completion issues
Sort by recently updated
recently updated
newest added

Hi, I don't know if anyone is still looking at this, but it would be great to be able to have a list view in the powershell to see the...

btw, how could I add a command option's values completion with `CommandInfo` class? just like ```powershell $options['audit'] = [ordered] @{ '--groups' = @( 'devDependencies', 'dependencies', 'optionalDependencies' ); } ``` in...